examples/google_client.rb in oauth2-client-1.1.3 vs examples/google_client.rb in oauth2-client-2.0.0

- old
+ new

@@ -1,5 +1,5 @@ -class GoogleClient < OAuth2::Client +class GoogleClient < OAuth2Client::Client def initialize(*args) super @token_path = '/o/oauth2/token' @authorize_path = '/o/oauth2/auth' \ No newline at end of file