README.md in parse-ruby-client-0.0.4 vs README.md in parse-ruby-client-0.0.5

- old
+ new

@@ -1,5 +1,7 @@ +[![Build Status](https://secure.travis-ci.org/adelevie/parse-ruby-client.png?branch=master)](http://travis-ci.org/adelevie/parse-ruby-client) + The original creator of parse-ruby-client, [aalpern](http://github.com/aalpern), has decided to stop work on the project. I'm going to give the project new life, first by maintaining the project as a gem, and second by eventually making it power [parse_resource](http://github.com/adelevie/parse_resource) under the hood. # Ruby Client for parse.com REST API This file implements a simple Ruby client library for using Parse's REST API. @@ -113,14 +115,21 @@ .value_in("score", [10, 20, 30, 40]) \ .get ``` +## Push Notifications + +```ruby +push = Parse::Push.new({"alert" => "I'm sending this push to all my app users!"}) +push.save +``` + + # TODO - Add some form of debug logging - ~~Support for Date, Pointer, and Bytes API [data types](https://www.parse.com/docs/rest#objects-types)~~ -- Users - ACLs - Login # Resources