couchdb_acts_as_list 0.0.1 → 0.0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/.rvmrc ADDED
@@ -0,0 +1 @@
1
+ rvm use 1.9.3@couchdb_acts_as_list --create
data/README.md CHANGED
@@ -18,7 +18,14 @@ Or install it yourself as:
18
18
 
19
19
  ## Usage
20
20
 
21
- TODO: Write usage instructions here
21
+ class Locale < CouchRest::Model::Base
22
+ include CouchdbActsAsList
23
+ end
24
+
25
+ ## Instance methods
26
+
27
+ locale.position
28
+ locale.insert_at 2
22
29
 
23
30
  ## Contributing
24
31
 
data/README_FOR_APP ADDED
@@ -0,0 +1,2 @@
1
+ gem build couchdb_acts_as_list.gemspec
2
+ gem push couchdb_acts_as_list-0.0.1.gem
@@ -1,3 +1,3 @@
1
1
  module CouchdbActsAsList
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: couchdb_acts_as_list
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -19,9 +19,11 @@ extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
21
  - .gitignore
22
+ - .rvmrc
22
23
  - Gemfile
23
24
  - LICENSE.txt
24
25
  - README.md
26
+ - README_FOR_APP
25
27
  - Rakefile
26
28
  - couchdb_acts_as_list.gemspec
27
29
  - lib/couchdb_acts_as_list.rb