We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gem build -C
1 parent 966890d commit a9fd7fcCopy full SHA for a9fd7fc
1 file changed
lib/rubygems/commands/build_command.rb
@@ -23,7 +23,9 @@ def initialize
23
options[:output] = value
24
end
25
26
- add_option '-C PATH', '', 'Run as if gem build was started in <PATH> instead of the current working directory.' do |value, options|
+ add_option '-C PATH', '', 'Look for the code of the gem to be built',
27
+ 'in <PATH>. The GEMSPEC_FILE given as an',
28
+ 'argument is not influenced by this option' do |value, options|
29
options[:build_path] = value
30
31
0 commit comments