backbone_sync-rails 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -29,8 +29,6 @@ This assumes you already have a Backbone.js + Rails app.
29
29
  //= require backbone_sync-rails/rails_faye_subscriber
30
30
  ```
31
31
 
32
- (Until I rewrite it, one of 'em uses coffeescript, so you'll need that.)
33
-
34
32
  4. Open a connection to Faye from your clients, somewhere on your page (in the layout?):
35
33
 
36
34
  ```eruby
@@ -1,3 +1,3 @@
1
1
  module BackboneSyncRails
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: backbone_sync-rails
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.2
5
+ version: 0.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jason Morrison