Skip to content

Commit a3dcf7a

Browse files
committed
Fix gemspec
1 parent cfda718 commit a3dcf7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jbuilder.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ Gem::Specification.new do |s|
2323

2424
s.metadata = {
2525
"bug_tracker_uri" => "https://github.com/rails/jbuilder/issues",
26-
"changelog_uri" => "https://github.com/rails/jbuilder/releases/tag/v#{version}",
26+
"changelog_uri" => "https://github.com/rails/jbuilder/releases/tag/v#{s.version}",
2727
"mailing_list_uri" => "https://discuss.rubyonrails.org/c/rubyonrails-talk",
28-
"source_code_uri" => "https://github.com/rails/jbuilder/tree/v#{version}",
28+
"source_code_uri" => "https://github.com/rails/jbuilder/tree/v#{s.version}",
2929
"rubygems_mfa_required" => "true",
3030
}
3131
end

0 commit comments

Comments
 (0)