| 
					
				 | 
			
			
				@@ -11,13 +11,13 @@ Gem::Specification.new do |spec| 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   spec.summary       = %q{ebay Trading API} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   spec.description   = %q{ebay Trading API} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  spec.homepage      = "TODO: Put your gem's website or public repo URL here." 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  spec.homepage      = "http://gogs.anxgang.com/Tranyi/ebaytr.git" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   spec.license       = "MIT" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   # to allow pushing to a single host or delete this section to allow pushing to any host. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   if spec.respond_to?(:metadata) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    spec.metadata['allowed_push_host'] = "http://gogs.anxgang.com" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   else 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     raise "RubyGems 2.0 or newer is required to protect against public gem pushes." 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   end 
			 |