Skip to content

Commit

Permalink
Merge pull request #11 from apainintheneck/tag-release-v0.1.0
Browse files Browse the repository at this point in the history
Tag release v0.1.0
  • Loading branch information
apainintheneck authored Nov 19, 2023
2 parents fdf1b34 + f1e6896 commit 1e65505
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## [Unreleased]

## [0.1.0] - 2023-11-05
## [0.1.0] - 2023-11-19

- Initial release
20 changes: 10 additions & 10 deletions atlasq.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,26 @@ Gem::Specification.new do |spec|
spec.email = ["[email protected]"]

spec.summary = "Query for countries info at the command line."
spec.description = "Country, region, and currency info at your fingertips. " \
"Query for regional info and see which countries show up."
spec.homepage = "https://github.com/apainintheneck/atlasq"
spec.description = <<~DESCRIPTION
Country, region, and currency info at your fingertips.
Query for regional info and see which countries show up.
DESCRIPTION
spec.license = "MIT"
spec.required_ruby_version = ">= 2.7.0"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage
spec.metadata["changelog_uri"] = "https://github.com/apainintheneck/atlasq/blob/main/CHANGELOG.md"
spec.metadata = {
"homepage_uri" => "https://github.com/apainintheneck/atlasq/",
"changelog_uri" => "https://github.com/apainintheneck/atlasq/blob/main/CHANGELOG.md",
"rubygems_mfa_required" => "true"
}

spec.files = Dir["lib/**/*.rb"]
spec.files = Dir["{lib,exe}/**/*"]
spec.bindir = "exe"
spec.executables = ["atlasq"]
spec.require_paths = ["lib"]

spec.add_dependency "countries", "~> 5.7"
spec.add_dependency "iso-639", "~> 0.3"
spec.add_dependency "money", "~> 6.9"
spec.add_dependency "money-heuristics", "~> 0.1.1"
spec.add_dependency "tty-pager", "~> 0.14"

spec.metadata["rubygems_mfa_required"] = "true"
end

0 comments on commit 1e65505

Please sign in to comment.