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 cfda718 commit a3dcf7aCopy full SHA for a3dcf7a
jbuilder.gemspec
@@ -23,9 +23,9 @@ Gem::Specification.new do |s|
23
24
s.metadata = {
25
"bug_tracker_uri" => "https://github.com/rails/jbuilder/issues",
26
- "changelog_uri" => "https://github.com/rails/jbuilder/releases/tag/v#{version}",
+ "changelog_uri" => "https://github.com/rails/jbuilder/releases/tag/v#{s.version}",
27
"mailing_list_uri" => "https://discuss.rubyonrails.org/c/rubyonrails-talk",
28
- "source_code_uri" => "https://github.com/rails/jbuilder/tree/v#{version}",
+ "source_code_uri" => "https://github.com/rails/jbuilder/tree/v#{s.version}",
29
"rubygems_mfa_required" => "true",
30
}
31
end
0 commit comments