* lib/rubygems: Update to RubyGems 2.0.3

* test/rubygems:  Tests for the above.
* NEWS:  Added RubyGems 2.0.3 note.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41076 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
drbrain 2013-06-04 21:54:58 +00:00
parent 0454c0a281
commit 091c24d51b
12 changed files with 62 additions and 26 deletions

View file

@ -3,7 +3,7 @@ require 'rubygems/commands/query_command'
##
# An alternate to Gem::Commands::QueryCommand that searches for gems starting
# with the supplied argument.
# with the the supplied argument.
class Gem::Commands::ListCommand < Gem::Commands::QueryCommand