We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d994c27 + 0e8d9a2 commit 9933018Copy full SHA for 9933018
thor.gemspec
@@ -13,6 +13,13 @@ Gem::Specification.new do |spec|
13
spec.homepage = "http://whatisthor.com/"
14
spec.licenses = %w(MIT)
15
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
+ }
23
spec.require_paths = %w(lib)
24
spec.required_ruby_version = ">= 2.0.0"
25
spec.required_rubygems_version = ">= 1.3.5"
0 commit comments