README.md in cloudapp_api-0.4.0 vs README.md in cloudapp_api-0.5.0
- old
+ new
@@ -14,9 +14,11 @@
To install as a Gem:
sudo gem install cloudapp_api
+**(Version 0.5.0 ends compaitibility with Ruby 1.8.7. If you need 1.8.7 support, you can still use version 0.4.0 of this gem.)**
+
## Authentication
Authentication is necessary for most actions, the only exceptions being when creating a new Account or querying a specific Drop.
CloudApp.authenticate "email@address.com", "password"