From 0c5841bead6e7910ec27e2705849b100ace143e2 Mon Sep 17 00:00:00 2001 From: hsbt Date: Fri, 11 Dec 2015 02:53:09 +0000 Subject: * lib/rubygems: Update to RubyGems 2.5.1 * test/rubygems: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53032 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rubygems.rb | 2 +- lib/rubygems/commands/list_command.rb | 2 +- lib/rubygems/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/rubygems.rb b/lib/rubygems.rb index 5ee82c2397..f0861b3533 100644 --- a/lib/rubygems.rb +++ b/lib/rubygems.rb @@ -9,7 +9,7 @@ require 'rbconfig' require 'thread' module Gem - VERSION = '2.5.0' + VERSION = '2.5.1' end # Must be first since it unloads the prelude from 1.9.2 diff --git a/lib/rubygems/commands/list_command.rb b/lib/rubygems/commands/list_command.rb index 1842aaacca..6aa00d30b8 100644 --- a/lib/rubygems/commands/list_command.rb +++ b/lib/rubygems/commands/list_command.rb @@ -3,7 +3,7 @@ require 'rubygems/commands/query_command' ## # An alternate to Gem::Commands::QueryCommand that searches for gems starting -# with the the supplied argument. +# with the supplied argument. class Gem::Commands::ListCommand < Gem::Commands::QueryCommand diff --git a/lib/rubygems/version.rb b/lib/rubygems/version.rb index e2ee59a0c2..16e20c5246 100644 --- a/lib/rubygems/version.rb +++ b/lib/rubygems/version.rb @@ -107,7 +107,7 @@ # Client A needs a stack with basic push/pop capability. They write to the # original interface (no top), so their version constraint looks like: # -# gem 'stack', '~> 0.0' +# gem 'stack', '>= 0.0' # # Essentially, any version is OK with Client A. An incompatible change to # the library will cause them grief, but they are willing to take the chance -- cgit v1.2.3