mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	[rubygems/rubygems] Add gem build test to check for removed methods.
c07b9cf4f1
			
			
This commit is contained in:
		
							parent
							
								
									856cbbdd52
								
							
						
					
					
						commit
						832a7b0458
					
				
				
				Notes:
				
					git
				
				2020-05-08 07:39:24 +09:00 
				
			
			
			
		
		
					 4 changed files with 33 additions and 1 deletions
				
			
		
							
								
								
									
										14
									
								
								test/rubygems/specifications/rubyforge-0.0.1.gemspec
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								test/rubygems/specifications/rubyforge-0.0.1.gemspec
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,14 @@
 | 
			
		|||
# -*- encoding: utf-8 -*-
 | 
			
		||||
 | 
			
		||||
Gem::Specification.new do |s|
 | 
			
		||||
  s.name              = "rubyforge"
 | 
			
		||||
  s.version           = "0.0.1"
 | 
			
		||||
  s.platform          = "ruby"
 | 
			
		||||
  s.require_paths     = ["lib"]
 | 
			
		||||
  s.summary           = "A very bar gem"
 | 
			
		||||
  s.authors           = ["unknown"]
 | 
			
		||||
  s.license           = 'MIT'
 | 
			
		||||
  s.homepage          = 'http://example.com'
 | 
			
		||||
  s.files             = ['README.md']
 | 
			
		||||
  s.rubyforge_project = 'abc'
 | 
			
		||||
end
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue