gmaps_geocoding.gemspec in gmaps_geocoding-1.3.3 vs gmaps_geocoding.gemspec in gmaps_geocoding-1.3.4
- old
+ new
@@ -10,11 +10,11 @@
s.version = GmapsGeocoding::VERSION
s.authors = ['Christian Kakesa']
s.email = ['christian.kakesa@gmail.com']
s.description = <<-END
A simple Ruby gem for Google Maps Geocoding API.
- This gem return a Ruby Hash object of the result.
+ This gem returns a Ruby Hash object of the result.
END
s.summary = 'Use Google Geocoding API from Ruby.'
s.homepage = 'https://github.com/fenicks/gmaps_geocoding'
s.license = 'MIT'
@@ -22,10 +22,10 @@
s.executables = s.files.grep(%r{^bin\/}) { |f| File.basename(f) }
s.test_files = s.files.grep(%r{^(test|spec|features)\/})
s.require_paths = ['lib']
s.add_runtime_dependency 'rest-client', '~> 2.0', '>= 2.0.0'
- s.add_runtime_dependency 'oj', '~> 2.18', '>= 2.18.0'
+ s.add_runtime_dependency 'oj', '< 4', '>= 2.18.0'
s.add_runtime_dependency 'oj_mimic_json', '~> 1.0', '>= 1.0.1'
s.add_runtime_dependency 'ox', '~> 2.4', '>= 2.4.7'
s.add_runtime_dependency 'json', '~> 2.0', '>= 2.0.2'
s.add_runtime_dependency 'rainbow', '~> 2.1.0'
s.add_development_dependency 'bundler', '~> 1.13', '>= 1.13.7'