From d7872bae9cc942c08f3f95e53727d4b36c2a78d6 Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Tue, 6 Jun 2017 16:41:35 -0400 Subject: [PATCH] google-api-ruby-client now uses google-auth-library-ruby --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index b6e9b91..7e21213 100644 --- a/README.md +++ b/README.md @@ -142,14 +142,6 @@ access and refresh tokens. Two storage implementations are included: Custom storage implementations can also be used. See [token_store.rb](lib/googleauth/token_store.rb) for additional details. -## What about auth in google-apis-ruby-client? - -The goal is for all auth done by -[google-apis-ruby-client][google-apis-ruby-client] to be performed by this -library. I.e, eventually google-apis-ruby-client will just take a dependency -on this library. This update is a work in progress, but should be completed -by Q2 2015. - ## License This library is licensed under Apache 2.0. Full license text is