From ed5d5c5829ccd91261b27438e2aa146f7aec755e Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 8 Dec 2009 07:19:09 +0000 Subject: * lib/rubygems: update to 1.3.5. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rubygems.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/rubygems.rb') diff --git a/lib/rubygems.rb b/lib/rubygems.rb index 5faca8695f..06ea950c64 100644 --- a/lib/rubygems.rb +++ b/lib/rubygems.rb @@ -5,13 +5,14 @@ # See LICENSE.txt for permissions. #++ -require 'rubygems/rubygems_version' require 'rubygems/defaults' require 'thread' require 'etc' module Gem + RubyGemsVersion = VERSION = '1.3.5' + ## # Raised when RubyGems is unable to load or activate a gem. Contains the # name and version requirements of the gem that either conflicts with @@ -381,7 +382,7 @@ module Gem raise Gem::Exception, msg end - File.join(spec.full_gem_path, spec.bindir, exec_name).sub(/.*\s.*/m, '"\&"') + File.join(spec.full_gem_path, spec.bindir, exec_name) end ## -- cgit v1.2.3