Sha256: ab22d627b548a745f4c02559fe2048510cf932c96b284c090283a73e62057e5a

Contents?: true

Size: 993 Bytes

Versions: 1

Compression:

Stored size: 993 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'google_maps_service/version'

Gem::Specification.new do |spec|
  spec.name          = 'google_map_services'
  spec.version       = GoogleMapsService::VERSION
  spec.authors       = ['Edward Samuel Pasaribu', 'Ahmed Abdelhamid']
  spec.email         = ['edwardsamuel92@gmail.com', 'eng.a.abdelhamid@outlook.com']

  spec.summary       = %q{Ruby gem for Google Maps Web Service APIs }
  spec.homepage      = %q{https://github.com/go-illa/google-maps-services-ruby}
  spec.license       = 'Apache-2.0'
  spec.required_ruby_version = '>= 2.0.0'

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.require_paths = ['lib']
  # spec.has_rdoc      = 'yard'

  spec.add_runtime_dependency 'multi_json', '~> 1.12'
  spec.add_runtime_dependency 'faraday', '>= 1'
  spec.add_runtime_dependency 'retriable', '~> 3.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
google_map_services-0.1.0.0 google_maps_service.gemspec