Skip to content

Commit

Permalink
Merge pull request #699 from orien/gem-metadata
Browse files Browse the repository at this point in the history
Add project metadata to the gemspec
  • Loading branch information
rafaelfranca committed Dec 17, 2019
2 parents d994c27 + 0e8d9a2 commit 9933018
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions thor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ Gem::Specification.new do |spec|
spec.homepage = "http://whatisthor.com/"
spec.licenses = %w(MIT)
spec.name = "thor"
spec.metadata = {
"bug_tracker_uri" => "https://github.com/erikhuda/thor/issues",
"changelog_uri" => "https://github.com/erikhuda/thor/blob/master/CHANGELOG.md",
"documentation_uri" => "http://whatisthor.com/",
"source_code_uri" => "https://github.com/erikhuda/thor/tree/v#{Thor::VERSION}",
"wiki_uri" => "https://github.com/erikhuda/thor/wiki"
}
spec.require_paths = %w(lib)
spec.required_ruby_version = ">= 2.0.0"
spec.required_rubygems_version = ">= 1.3.5"
Expand Down

0 comments on commit 9933018

Please sign in to comment.