persistence-rails 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -14,18 +14,15 @@ And then execute:
14
14
 
15
15
  $ bundle
16
16
 
17
- Or install it yourself as:
18
-
19
- $ gem install persistence-rails
17
+ ## Usage
20
18
 
21
19
  You can also run the generator to add Persistence.js to your application.js automatically.
22
- By default it only allows access to a selection of Persistence.js modules, if you want to load all of them use
23
20
 
24
- //= require persistence.all
21
+ rails g bootstrap:install
25
22
 
26
- ## Usage
23
+ By default it only allows access to a selection of Persistence.js modules, if you want to load all of them use
27
24
 
28
- TODO: Write usage instructions here
25
+ //= require persistence.all
29
26
 
30
27
  ## Contributing
31
28
 
@@ -1,5 +1,5 @@
1
1
  module Persistence
2
2
  module Rails
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: persistence-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: