google-directions-ruby
google-directions-ruby copied to clipboard
Change of method
After upgrading Ruby, we noticed that this method no longer works, so we change the open(@url) to Net::HTTP.get_response(URI(@url)) and it works fine now.