edwardsamuel / google-maps-services-ruby

Ruby gem for Google Maps Web Service APIs
Apache License 2.0
91 stars 53 forks source link

Hurley is dead project now #3

Closed vanitu closed 8 years ago

vanitu commented 8 years ago

https://github.com/lostisland/hurley/issues/43

edwardsamuel commented 8 years ago

Yes, Hurley is a dead project. This issue has been reported in #1. Hurley is not going to be yanked as the author stated in your link.

Actually, in develop branch, I already replaced Hurley with HTTPClient. But, I have no free time for this project in the past few months.

vanitu commented 8 years ago

Ok. closing this issue than.

spickermann commented 4 years ago

Since Ruby 2.7.1 Hurley pollutes the log files by raising deprecation warnings. I wonder how are your plans to replace Hurley with HTTPClient?

Pritilender commented 3 years ago

And since Ruby 3 Hurley breaks this gem by raising ArgumentError: tried to create Proc object without a block. It would be great if you could release the develop branch. Or if there is some more work needed regarding usage of HTTPClient, I'd be willing to help.