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.
This commit is contained in:
Todd Sedano 2015-06-28 15:45:41 -07:00
parent 810cfa4b5d
commit e2492ce314
1 changed files with 2 additions and 1 deletions

View File

@ -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: