Sha256: f534e4a3f191b69a30cf4d9fada9bd83141b6b58880eaee9b003a0b37412c1f2

Contents?: true

Size: 1.33 KB

Versions: 5

Compression:

Stored size: 1.33 KB

Contents

lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'google/apis/version'

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']
  spec.summary       = %q{Client for accessing Google APIs}
  spec.homepage      = 'https://github.com/google/google-api-ruby-client'
  spec.license       = 'Apache 2.0'

  spec.files         = `git ls-files -z`
                       .split("\x0")
                       .reject { |f| f.match(%r{^(spec|script)/|^api_names_out}) }

  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.require_paths = ['lib', 'generated', 'third_party']

  spec.required_ruby_version = '~> 2.0'

  spec.add_runtime_dependency 'representable', '~> 2.3.0'
  spec.add_runtime_dependency 'retriable', '~> 2.0'
  spec.add_runtime_dependency 'addressable', '~> 2.3'
  spec.add_runtime_dependency 'mime-types', '>= 1.6'
  spec.add_runtime_dependency 'hurley', '~> 0.1'
  spec.add_runtime_dependency 'googleauth', '~> 0.5'
  spec.add_runtime_dependency 'thor', '~> 0.19'
  spec.add_runtime_dependency 'httpclient', '~> 2.7'
  spec.add_runtime_dependency 'memoist', '~> 0.11'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
google-api-client-0.9.12 google-api-client.gemspec
google-api-client-0.9.11 google-api-client.gemspec
google-api-client-0.9.9 google-api-client.gemspec
google-api-client-0.9.8 google-api-client.gemspec
google-api-client-0.9.6 google-api-client.gemspec