mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Import rubygems 1.5.0 (release candidate @ 09893d9)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30717 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b511e1bfbe
commit
934f537b45
87 changed files with 570 additions and 331 deletions
|
@ -19,7 +19,7 @@ class Gem::Commands::EnvironmentCommand < Gem::Command
|
|||
gempath display path used to search for gems
|
||||
version display the gem format version
|
||||
remotesources display the remote gem servers
|
||||
platform display the supporte gem platforms
|
||||
platform display the supported gem platforms
|
||||
<omitted> display everything
|
||||
EOF
|
||||
return args.gsub(/^\s+/, '')
|
||||
|
@ -48,7 +48,7 @@ Example:
|
|||
install: --no-wrappers
|
||||
update: --no-wrappers
|
||||
|
||||
RubyGems' default local repository can be overriden with the GEM_PATH and
|
||||
RubyGems' default local repository can be overridden with the GEM_PATH and
|
||||
GEM_HOME environment variables. GEM_HOME sets the default repository to
|
||||
install into. GEM_PATH allows multiple local repositories to be searched for
|
||||
gems.
|
||||
|
@ -126,7 +126,7 @@ lib/rubygems/defaults/operating_system.rb
|
|||
end
|
||||
|
||||
else
|
||||
raise Gem::CommandLineError, "Unknown enviroment option [#{arg}]"
|
||||
raise Gem::CommandLineError, "Unknown environment option [#{arg}]"
|
||||
end
|
||||
say out
|
||||
true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue