google-maps-services-ruby icon indicating copy to clipboard operation
google-maps-services-ruby copied to clipboard

Up to date version

Open langsharpe opened this issue 2 years ago • 1 comments

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.

langsharpe avatar Aug 28 '22 07:08 langsharpe

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 .

langsharpe avatar Mar 18 '23 02:03 langsharpe