Skip to content

Commit

Permalink
Add links to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed Oct 13, 2019
1 parent 453d7be commit 592323e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dry-inflector.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ Gem::Specification.new do |spec|

spec.summary = "DRY Inflector"
spec.description = "String inflections for dry-rb"
spec.homepage = "http://dry-rb.org"
spec.homepage = "https://dry-rb.org"
spec.license = "MIT"

spec.metadata["allowed_push_host"] = "https://rubygems.org"
spec.metadata["changelog_uri"] = "https://github.com/dry-rb/dry-inflector/blob/master/CHANGELOG.md"
spec.metadata["source_code_uri"] = "https://github.com/dry-rb/dry-inflector"
spec.metadata["bug_tracker_uri"] = "https://github.com/dry-rb/dry-inflector/issues"

spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
Expand Down

0 comments on commit 592323e

Please sign in to comment.