Skip to content

Commit 24e4e9f

Browse files
Merge pull request #5896 from dduugg/patch-1
Update bundler source code uri
2 parents 6ed960d + 1acf8f0 commit 24e4e9f

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

bundler/bundler.gemspec

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)