| 
									
										
										
										
											2020-12-28 01:31:47 +00:00
										 |  |  | require File.expand_path("lib/google/apis/core/version", __dir__) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Gem::Specification.new do |gem| | 
					
						
							|  |  |  |   gem.name = "google-apis-core" | 
					
						
							|  |  |  |   gem.version = Google::Apis::Core::VERSION | 
					
						
							|  |  |  |   gem.authors = ["Google LLC"] | 
					
						
							|  |  |  |   gem.email = "googleapis-packages@google.com" | 
					
						
							|  |  |  |   gem.summary = "Common utility and base classes for legacy Google REST clients" | 
					
						
							|  |  |  |   gem.homepage = "https://github.com/google/google-api-ruby-client" | 
					
						
							|  |  |  |   gem.license = "Apache-2.0" | 
					
						
							|  |  |  |   gem.metadata = { | 
					
						
							| 
									
										
										
										
											2021-01-01 00:04:25 +00:00
										 |  |  |     "bug_tracker_uri" => "https://github.com/googleapis/google-api-ruby-client/issues", | 
					
						
							|  |  |  |     "changelog_uri" => "https://github.com/googleapis/google-api-ruby-client/tree/master/google-apis-core/CHANGELOG.md", | 
					
						
							|  |  |  |     "documentation_uri" => "https://googleapis.dev/ruby/google-apis-core/v#{Google::Apis::Core::VERSION}", | 
					
						
							|  |  |  |     "source_code_uri" => "https://github.com/googleapis/google-api-ruby-client/tree/master/google-apis-core" | 
					
						
							| 
									
										
										
										
											2020-12-28 01:31:47 +00:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2021-01-01 00:04:25 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |   gem.files = Dir.glob("lib/**/*.rb") + Dir.glob("*.md") + [".yardopts"] | 
					
						
							| 
									
										
										
										
											2020-12-28 01:31:47 +00:00
										 |  |  |   gem.require_paths = ["lib"] | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-01-01 00:04:25 +00:00
										 |  |  |   gem.required_ruby_version = '>= 2.4' | 
					
						
							| 
									
										
										
										
											2020-12-28 01:31:47 +00:00
										 |  |  |   gem.add_runtime_dependency "representable", "~> 3.0" | 
					
						
							|  |  |  |   gem.add_runtime_dependency "retriable", ">= 2.0", "< 4.0" | 
					
						
							|  |  |  |   gem.add_runtime_dependency "addressable", "~> 2.5", ">= 2.5.1" | 
					
						
							|  |  |  |   gem.add_runtime_dependency "mini_mime", "~> 1.0" | 
					
						
							| 
									
										
										
										
											2021-01-01 00:04:25 +00:00
										 |  |  |   gem.add_runtime_dependency "signet", "~> 0.14" | 
					
						
							|  |  |  |   gem.add_runtime_dependency "googleauth", "~> 0.14" | 
					
						
							| 
									
										
										
										
											2020-12-28 01:31:47 +00:00
										 |  |  |   gem.add_runtime_dependency "httpclient", ">= 2.8.1", "< 3.0" | 
					
						
							|  |  |  |   gem.add_runtime_dependency "rexml" | 
					
						
							|  |  |  | end |