mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* test/rubygems/test_gem_security.rb
(test_class_build_self_signed_cert): reset opt[:trust_dir] to apply temporary Gem.user_home. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33189 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									818ebcc54b
								
							
						
					
					
						commit
						522c16e84c
					
				
					 2 changed files with 7 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -1,3 +1,9 @@
 | 
			
		|||
Mon Sep  5 15:03:37 2011  NARUSE, Yui  <naruse@ruby-lang.org>
 | 
			
		||||
 | 
			
		||||
	* test/rubygems/test_gem_security.rb
 | 
			
		||||
	  (test_class_build_self_signed_cert): reset opt[:trust_dir] to apply
 | 
			
		||||
	  temporary Gem.user_home.
 | 
			
		||||
 | 
			
		||||
Mon Sep  5 10:04:35 2011  Ayumu AIZAWA  <ayumu.aizawa@gmail.com>
 | 
			
		||||
 | 
			
		||||
	* README.ja, README.EXT.ja: resolve conflicts. [ruby-dev:44459]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -43,6 +43,7 @@ class TestGemSecurity < Gem::TestCase
 | 
			
		|||
      :key_size  => 512,
 | 
			
		||||
      :save_cert => false,
 | 
			
		||||
      :save_key  => false,
 | 
			
		||||
      :trust_dir => File.join(Gem.user_home, '.gem', 'trust'),
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    result = Gem::Security.build_self_signed_cert email, opt
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue