ruby-geonames
ruby-geonames copied to clipboard
SVN clone of http://www.tbcn.ca/geonames
Please support `JRuby-9.2.x.x`. The `Net::HTTP` [call](https://github.com/elecnix/ruby-geonames/blob/master/lib/web_service.rb#L266-L270) made in ```ruby def WebService.make_request(path_and_query, *args) url = Geonames.base_url + path_and_query url += "&username=#{Geonames.username}" if Geonames.username url += "&password=#{Geonames.password}" if Geonames.password url += "&radius=#{Geonames.radius}"...
When trying to install gem both from console and gemfile I receiving errors: `ERROR: Could not find a valid gem 'ruby-geonames' (>= 0) in any repository` `ERROR: Possible alternatives: ppe-ruby-geonames,...
``` NOTE: Gem::Specification#has_rdoc= is deprecated with no replacement. It will be removed on or after 2018-12-01. Gem::Specification#has_rdoc= called from .../gems/ruby-geonames-9807bec6435e/ruby-geonames.gemspec:12. ```
I need something like `Country.all` **Is this possible?**
I've also added RSpec 2, Bundler, and FakeWeb for testing purposes. I left them in separate commits in case you don't want to add these to core.
gemspec should include lib/geonames/config.rb as a gem made from the git head does not work.
Hello, I love this Gem. The only issue I have is that I can't initialize the configuration in a Rails app because of the way you are storing the config...
Hi guys, Any plans to support the JSON api of Geonames? Cheers, Aditya