google-maps-services-ruby
google-maps-services-ruby copied to clipboard
Up to date version
Hi @edwardsamuel,
I'm maintaining a fork of this gem at langsharpe/google-maps-services-ruby. Would you be prepared to make me an owner on rubygems.org? I've updated the gem to:
- Support newer versions of ruby without warnings
- Use Net::HTTP instead of Hurley
- Run tests in GitHub actions
I'm planning on continuing to update the gem to include some changes people have made in pull requests and forks. Eventually, I'd like it to catch up to the original python version.
I've released an updated version.
In your Gemfile, replace:
gem "google_maps_service"
with
gem "google_maps_service_ruby"
...and that's it! No code changes are needed. Pull Requests are welcome at langsharpe/google-maps-services-ruby .