# -*- encoding: utf-8 -*- # stub: geonames_api 0.0.6 ruby lib Gem::Specification.new do |s| s.name = "geonames_api".freeze s.version = "0.0.6".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Sean Devine".freeze] s.date = "2012-11-02" s.description = "Simple ruby client for the GeoNames API to get free and easy geographic info.".freeze s.email = ["barelyknown@icloud.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "geonames_api.gemspec".freeze, "lib/geonames_api.rb".freeze, "lib/geonames_api/country.rb".freeze, "lib/geonames_api/error.rb".freeze, "lib/geonames_api/hash.rb".freeze, "lib/geonames_api/object.rb".freeze, "lib/geonames_api/time_zone.rb".freeze, "lib/geonames_api/version.rb".freeze, "lib/geonames_api/weather.rb".freeze, "lib/geonames_api/wikipedia.rb".freeze] s.homepage = "https://github.com/buytruckload/geonames_api".freeze s.rubygems_version = "3.5.10".freeze s.summary = "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 :)".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end