README.md in parse-ruby-client-0.1.0 vs README.md in parse-ruby-client-0.1.1
- old
+ new
@@ -9,18 +9,22 @@
match the structure of the iOS and Android SDKs from Parse.
So far it supports simple GET, PUT, and POST operations on objects. Enough
to read & write simple data.
+## New in 0.1.1
+* query ordering
+* reserved keys no longer deleted on update
+
## Dependencies
This currently depends on the gems 'json' and 'patron' for JSON support and HTTP, respectively.
# Getting Started
## Installation
-`gem "parse-ruby-client", "~> 0.0.8"`
+`gem "parse-ruby-client", "~> 0.1.1"`
---
To get started, load the parse.rb file and call Parse.init to initialize the client object with
your application ID and API key values, which you can obtain from the parse.com dashboard.