You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[rubygems/rubygems] Update gemspec based on provided github username when exists
* Conditionally set changelog_url if gh username passed
and enabled
* conditionally set homepage, source code uri, homepage uri when gh
username passed in
* update documentation to say username will also be used for gemspec file
ruby/rubygems@1c1ada593b
Copy file name to clipboardExpand all lines: lib/bundler/man/bundle-config.1
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ Ignore the current machine's platform and install only \fBruby\fR platform gems\
108
108
Disallow any automatic changes to \fBGemfile\.lock\fR\. Bundler commands will be blocked unless the lockfile can be installed exactly as written\. Usually this will happen when changing the \fBGemfile\fR manually and forgetting to update the lockfile through \fBbundlelock\fR or \fBbundleinstall\fR\.
Sets a GitHub username or organization to be used in \fBREADME\fRfile when you create a new gem via \fBbundlegem\fR command\. It can be overridden by passing an explicit \fB\-\-github\-username\fR flag to \fBbundlegem\fR\.
111
+
Sets a GitHub username or organization to be used in the \fBREADME\fRand \fB\.gemspec\fR files when you create a new gem via \fBbundlegem\fR command\. It can be overridden by passing an explicit \fB\-\-github\-username\fR flag to \fBbundlegem\fR\.
112
112
.TP
113
113
\fBgem\.push_key\fR (\fBBUNDLE_GEM__PUSH_KEY\fR)
114
114
Sets the \fB\-\-key\fR parameter for \fBgempush\fR when using the \fBrakerelease\fR command with a private gemstash server\.
0 commit comments