mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	Update to RubyGems 1.3.1 r1909.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19941 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									17358af75b
								
							
						
					
					
						commit
						b61d8b6045
					
				
					 75 changed files with 424 additions and 404 deletions
				
			
		| 
						 | 
				
			
			@ -1,4 +1,3 @@
 | 
			
		|||
require 'test/unit'
 | 
			
		||||
require File.join(File.expand_path(File.dirname(__FILE__)), 'gemutilities')
 | 
			
		||||
require 'rubygems/ext'
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -41,7 +40,7 @@ class TestGemExtConfigureBuilder < RubyGemTestCase
 | 
			
		|||
    return if RUBY_PLATFORM =~ /mswin/ # HACK
 | 
			
		||||
    output = []
 | 
			
		||||
 | 
			
		||||
    error = assert_raise Gem::InstallError do
 | 
			
		||||
    error = assert_raises Gem::InstallError do
 | 
			
		||||
      Dir.chdir @ext do
 | 
			
		||||
        Gem::Ext::ConfigureBuilder.build nil, nil, @dest_path, output
 | 
			
		||||
      end
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue