mirror of
				https://github.com/rest-client/rest-client.git
				synced 2022-11-09 13:49:40 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			172 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			172 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
source "https://rubygems.org"
 | 
						|
 | 
						|
if !!File::ALT_SEPARATOR
 | 
						|
  gemspec :name => 'rest-client.windows'
 | 
						|
else
 | 
						|
  gemspec :name => 'rest-client'
 | 
						|
end
 | 
						|
 | 
						|
group :test do
 | 
						|
  gem 'rake'
 | 
						|
end
 |