From e93d882d96cc536857e6c181b5f0194f15316b7d Mon Sep 17 00:00:00 2001 From: drbrain Date: Fri, 26 Aug 2011 01:10:50 +0000 Subject: * lib/rubygems: Update to RubyGems 1.8.10. Fixes security issue in creating ruby-format gemspecs. Fixes Gem.dir not being at the front of Gem.path to fix uninstall and cleanup commands. Fixes gem uninstall stopping on the first missing gem. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rubygems/test_gem_commands_specification_command.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rubygems/test_gem_commands_specification_command.rb') diff --git a/test/rubygems/test_gem_commands_specification_command.rb b/test/rubygems/test_gem_commands_specification_command.rb index 735ceba4cd..03c4af6823 100644 --- a/test/rubygems/test_gem_commands_specification_command.rb +++ b/test/rubygems/test_gem_commands_specification_command.rb @@ -135,7 +135,7 @@ class TestGemCommandsSpecificationCommand < Gem::TestCase end assert_match %r|Gem::Specification.new|, @ui.output - assert_match %r|s.name = %q\{foo\}|, @ui.output + assert_match %r|s.name = "foo"|, @ui.output assert_equal '', @ui.error end -- cgit v1.2.3