Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Gemspec #9

Merged
merged 1 commit into from
Oct 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions rate_center.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,14 @@ Gem::Specification.new do |spec|
spec.authors = [ "David Wilkie" ]
spec.email = [ "[email protected]" ]

spec.summary = "TODO: Write a short summary, because RubyGems requires one."
spec.description = "TODO: Write a longer description or delete this line."
spec.homepage = "TODO: Put your gem's website or public repo URL here."
spec.summary = "A collection of useful data about NANPA Rate Centers."
spec.homepage = "https://github.com/somleng/rate_center"
spec.license = "MIT"
spec.required_ruby_version = ">= 3.0.0"

spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
spec.metadata["source_code_uri"] = "https://github.com/somleng/rate_center"
spec.metadata["changelog_uri"] = "https://github.com/somleng/rate_center/blob/main/CHANGELOG.md"

# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
Expand Down Expand Up @@ -51,7 +48,4 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rubocop-rails-omakase"
spec.add_development_dependency "rubocop-rspec"
spec.add_development_dependency "rubocop-performance"

# For more information and examples about making a new gem, check out our
# guide at: https://bundler.io/guides/creating_gem.html
end