mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	Try to load version file of github repository at first.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64145 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									cf855124d6
								
							
						
					
					
						commit
						ca32fe1673
					
				
					 8 changed files with 48 additions and 8 deletions
				
			
		| 
						 | 
				
			
			@ -1,4 +1,9 @@
 | 
			
		|||
require_relative "../forwardable"
 | 
			
		||||
begin
 | 
			
		||||
  require_relative "lib/forwardable"
 | 
			
		||||
rescue LoadError
 | 
			
		||||
  # for Ruby core repository
 | 
			
		||||
  require_relative "../forwardable"
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
Gem::Specification.new do |spec|
 | 
			
		||||
  spec.name          = "forwardable"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue