| 
									
										
										
										
											2015-04-17 00:28:38 +00:00
										 |  |  | lib = File.expand_path('../lib', __FILE__) | 
					
						
							|  |  |  | $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) | 
					
						
							|  |  |  | require 'google/apis/version' | 
					
						
							| 
									
										
										
										
											2011-11-16 12:21:22 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-04-17 00:28:38 +00:00
										 |  |  | Gem::Specification.new do |spec| | 
					
						
							|  |  |  |   spec.name          = 'google-api-client' | 
					
						
							|  |  |  |   spec.version       = Google::Apis::VERSION | 
					
						
							|  |  |  |   spec.authors       = ['Steven Bazyl', 'Tim Emiola', 'Sergio Gomes', 'Bob Aman'] | 
					
						
							|  |  |  |   spec.email         = ['sbazyl@google.com'] | 
					
						
							| 
									
										
										
										
											2018-08-28 15:56:55 +00:00
										 |  |  |   spec.summary       = 'Client for accessing Google APIs' | 
					
						
							| 
									
										
										
										
											2015-04-17 00:28:38 +00:00
										 |  |  |   spec.homepage      = 'https://github.com/google/google-api-ruby-client' | 
					
						
							| 
									
										
										
										
											2017-06-02 06:11:31 +00:00
										 |  |  |   spec.license       = 'Apache-2.0' | 
					
						
							| 
									
										
										
										
											2011-11-16 12:21:22 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-04-17 20:27:13 +00:00
										 |  |  |   spec.files         = `git ls-files -z` | 
					
						
							|  |  |  |                        .split("\x0") | 
					
						
							|  |  |  |                        .reject { |f| f.match(%r{^(spec|script)/|^api_names_out}) } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-04-17 00:28:38 +00:00
										 |  |  |   spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } | 
					
						
							| 
									
										
										
										
											2018-08-28 15:56:55 +00:00
										 |  |  |   spec.require_paths = %w[lib generated third_party] | 
					
						
							| 
									
										
										
										
											2011-11-16 12:21:22 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-03-31 00:48:55 +00:00
										 |  |  |   spec.required_ruby_version = '~> 2.0' | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-17 21:38:25 +00:00
										 |  |  |   spec.add_runtime_dependency 'representable', '~> 3.0' | 
					
						
							| 
									
										
										
										
											2017-02-08 21:26:57 +00:00
										 |  |  |   spec.add_runtime_dependency 'retriable', '>= 2.0', '< 4.0' | 
					
						
							| 
									
										
										
										
											2017-06-02 06:11:31 +00:00
										 |  |  |   spec.add_runtime_dependency 'addressable', '~> 2.5', '>= 2.5.1' | 
					
						
							|  |  |  |   spec.add_runtime_dependency 'mime-types', '~> 3.0' | 
					
						
							| 
									
										
										
										
											2018-09-24 18:46:31 +00:00
										 |  |  |   spec.add_runtime_dependency 'signet', '~> 0.10' | 
					
						
							| 
									
										
										
										
											2017-11-02 19:51:11 +00:00
										 |  |  |   spec.add_runtime_dependency 'googleauth', '>= 0.5', '< 0.7.0' | 
					
						
							| 
									
										
										
										
											2016-08-17 20:51:09 +00:00
										 |  |  |   spec.add_runtime_dependency 'httpclient', '>= 2.8.1', '< 3.0' | 
					
						
							| 
									
										
										
										
											2016-08-09 08:59:59 +00:00
										 |  |  |   spec.add_development_dependency 'thor', '~> 0.19' | 
					
						
							| 
									
										
										
										
											2016-08-18 07:04:17 +00:00
										 |  |  |   spec.add_development_dependency 'activesupport', '>= 4.2', '< 5.1' | 
					
						
							| 
									
										
										
										
											2011-11-16 12:21:22 +00:00
										 |  |  | end |