README.md in nodester-0.0.3 vs README.md in nodester-0.0.5
- old
+ new
@@ -17,11 +17,13 @@
A more detailed description can be found at <http://rubydoc.info/gems/nodester>.
###Some Sample Code
client = Nodester::Client.new("username","password")
+
client.create_app 'myappname','server.js'
+
...
### Note
There are a couple of methods, notably the platform_create_request and platform_status methods that
operate against <http://nodester.com> and not <http://api.nodester.com>, those do not require a userid/password. Just choose dummy/dummy or something similar.
@@ -44,9 +46,12 @@
## Trivia
This gem was created to the tunes of Natalia Kills and Nicki Minaj.
## Release Notes
+
+### 0.0.5
+* Bug Fixing: start stop app, error handling
### 0.0.3
* Updated docs
### 0.0.2