From e2492ce314aa24491de9f3156481a36a0e416a88 Mon Sep 17 00:00:00 2001 From: Todd Sedano Date: Sun, 28 Jun 2015 15:45:41 -0700 Subject: [PATCH] Clearly specifying 0.9 as the current version A gem 'google-api-client' will give the developer version 0.8.6, not 0.9. The smallest solution is to update the readme. This better communicates that the gem is going through some large changes. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 974f4ea08..a002054b2 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ migrate to the latest version. Add this line to your application's Gemfile: ```ruby -gem 'google-api-client' +gem 'google-api-client', '0.9.pre1' + ``` And then execute: