Skip to content

Commit 9933018

Browse files
authored
Merge pull request #699 from orien/gem-metadata
Add project metadata to the gemspec
2 parents d994c27 + 0e8d9a2 commit 9933018

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

thor.gemspec

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ Gem::Specification.new do |spec|
1313
spec.homepage = "http://whatisthor.com/"
1414
spec.licenses = %w(MIT)
1515
spec.name = "thor"
16+
spec.metadata = {
17+
"bug_tracker_uri" => "https://github.com/erikhuda/thor/issues",
18+
"changelog_uri" => "https://github.com/erikhuda/thor/blob/master/CHANGELOG.md",
19+
"documentation_uri" => "http://whatisthor.com/",
20+
"source_code_uri" => "https://github.com/erikhuda/thor/tree/v#{Thor::VERSION}",
21+
"wiki_uri" => "https://github.com/erikhuda/thor/wiki"
22+
}
1623
spec.require_paths = %w(lib)
1724
spec.required_ruby_version = ">= 2.0.0"
1825
spec.required_rubygems_version = ">= 1.3.5"

0 commit comments

Comments
 (0)