Skip to content

Commit b6f1c4e

Browse files
hsbtmatzbot
authored andcommitted
[ruby/rubygems] Use ruby/rubygems instead of rubygems/rubygems at document, tool and configurations
ruby/rubygems@749b498822
1 parent 22ceaf2 commit b6f1c4e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

lib/bundler/bundler.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ Gem::Specification.new do |s|
2323
s.description = "Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably"
2424

2525
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",
26+
"bug_tracker_uri" => "https://github.com/ruby/rubygems/issues?q=is%3Aopen+is%3Aissue+label%3ABundler",
27+
"changelog_uri" => "https://github.com/ruby/rubygems/blob/master/bundler/CHANGELOG.md",
2828
"homepage_uri" => "https://bundler.io/",
29-
"source_code_uri" => "https://github.com/rubygems/rubygems/tree/master/bundler",
29+
"source_code_uri" => "https://github.com/ruby/rubygems/tree/master/bundler",
3030
}
3131

3232
s.required_ruby_version = ">= 3.2.0"

lib/bundler/man/bundle-config.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ export BUNDLE_GEMS__LONGEROUS__COM="claudette:s00pers3krit"
312312
For gems with a git source with HTTP(S) URL you can specify credentials like so:
313313
.IP "" 4
314314
.nf
315-
bundle config set \-\-global https://github\.com/rubygems/rubygems\.git username:password
315+
bundle config set \-\-global https://github\.com/ruby/rubygems\.git username:password
316316
.fi
317317
.IP "" 0
318318
.P

lib/bundler/man/bundle-config.1.ronn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ Or you can set the credentials as an environment variable like this:
360360

361361
For gems with a git source with HTTP(S) URL you can specify credentials like so:
362362

363-
bundle config set --global https://github.com/rubygems/rubygems.git username:password
363+
bundle config set --global https://github.com/ruby/rubygems.git username:password
364364

365365
Or you can set the credentials as an environment variable like so:
366366

0 commit comments

Comments
 (0)