httpclient
httpclient copied to clipboard
The existing WebAgent conflicts with the httpclient WebAgent class.
I added the google-api-client gem, and suddenly the app stopped working. Upon investigation, I found out that google-api-client internally uses httpclient, and that httpclient is defining a WebAgent in the global namespace, which is conflicting with the existing WebAgent class. Is there any way to resolve this?
https://github.com/nahi/httpclient/blob/d57cc6d5ffee1b566b5c189fe6dc8cc89570b812/lib/httpclient/cookie.rb#L176