File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,12 @@ Gem::Specification.new do |s|
2222 s . summary = "The best way to manage your application's dependencies"
2323 s . description = "Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably"
2424
25- if s . respond_to? ( :metadata= )
26- s . metadata = {
27- "bug_tracker_uri" => "https://github.com/rubygems/rubygems/issues?q=is%3Aopen+is%3Aissue+label%3ABundler" ,
28- "changelog_uri" => "https://github.com/rubygems/rubygems/blob/master/bundler/CHANGELOG.md" ,
29- "homepage_uri" => "https://bundler.io/" ,
30- "source_code_uri" => "https://github.com/rubygems/rubygems/" ,
31- }
32- end
25+ s . metadata = {
26+ "bug_tracker_uri" => "https://github.com/rubygems/rubygems/issues?q=is%3Aopen+is%3Aissue+label%3ABundler" ,
27+ "changelog_uri" => "https://github.com/rubygems/rubygems/blob/master/bundler/CHANGELOG.md" ,
28+ "homepage_uri" => "https://bundler.io/" ,
29+ "source_code_uri" => "https://github.com/rubygems/rubygems/tree/master/bundler" ,
30+ }
3331
3432 s . required_ruby_version = ">= 2.3.0"
3533 s . required_rubygems_version = ">= 2.5.2"
You can’t perform that action at this time.
0 commit comments