Merge pull request #248 from professor/professor-readme-gem-version

Clearly specifying 0.9 as the current version
This commit is contained in:
Steve Bazyl 2015-06-29 10:24:59 -07:00
commit 2710bcd8fe
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: Add this line to your application's Gemfile:
```ruby ```ruby
gem 'google-api-client' gem 'google-api-client', '0.9.pre1'
``` ```
And then execute: And then execute: