geonames_api.gemspec in geonames_api-0.0.3 vs geonames_api.gemspec in geonames_api-0.0.4
- old
+ new
@@ -9,10 +9,13 @@
gem.authors = ["Sean Devine"]
gem.email = ["barelyknown@icloud.com"]
gem.description = %q{Simple ruby client for the GeoNames API to get free and easy geographic info.}
gem.summary = %q{This is a lightweight client for the GeoNames API. Huge thanks to them for such a great service! There are many GeoNames API clients. BUT, most are rewritten versions of a Java API whose interface is a little funny =| This is a simplified ruby implementation that does not implement the entire API. But, its lightweight and has a nice interface and will be easy to extend :)}
gem.homepage = "https://github.com/buytruckload/geonames_api"
+
gem.add_runtime_dependency "activesupport"
+ gem.add_runtime_dependency "zipruby"
+
gem.files = `git ls-files`.split($/)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]
end