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.
1 parent e639014 commit 091ed91Copy full SHA for 091ed91
CHANGELOG.md
thor.gemspec
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
15
spec.name = "thor"
16
spec.metadata = {
17
"bug_tracker_uri" => "https://github.com/rails/thor/issues",
18
- "changelog_uri" => "https://github.com/rails/thor/blob/master/CHANGELOG.md",
+ "changelog_uri" => "https://github.com/rails/thor/releases/tag/v#{Thor::VERSION}",
19
"documentation_uri" => "http://whatisthor.com/",
20
"source_code_uri" => "https://github.com/rails/thor/tree/v#{Thor::VERSION}",
21
"wiki_uri" => "https://github.com/rails/thor/wiki"
0 commit comments