rocking_chair 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +5 -5
- metadata +9 -9
data/Gemfile.lock
CHANGED
@@ -7,7 +7,7 @@ GEM
|
|
7
7
|
i18n (~> 0.5.0)
|
8
8
|
activesupport (3.0.9)
|
9
9
|
builder (2.1.2)
|
10
|
-
couch_potato (0.5.
|
10
|
+
couch_potato (0.5.7)
|
11
11
|
activemodel
|
12
12
|
couchrest (>= 1.0.1)
|
13
13
|
json
|
@@ -38,10 +38,10 @@ GEM
|
|
38
38
|
right_http_connection (1.3.0)
|
39
39
|
shoulda (2.11.3)
|
40
40
|
shoulda-addons (0.2.3)
|
41
|
-
simply_stored (0.6.
|
41
|
+
simply_stored (0.6.7)
|
42
42
|
activesupport
|
43
43
|
activesupport (~> 3.0.0)
|
44
|
-
couch_potato (= 0.5.
|
44
|
+
couch_potato (= 0.5.7)
|
45
45
|
couch_potato (>= 0.2.15)
|
46
46
|
couchrest (= 1.0.1)
|
47
47
|
mattmatt-validatable (= 1.8.4)
|
@@ -59,10 +59,10 @@ PLATFORMS
|
|
59
59
|
ruby
|
60
60
|
|
61
61
|
DEPENDENCIES
|
62
|
-
couch_potato (= 0.5.
|
62
|
+
couch_potato (= 0.5.7)
|
63
63
|
couchrest_extended_document
|
64
64
|
jeweler
|
65
65
|
mocha
|
66
66
|
shoulda
|
67
|
-
simply_stored (= 0.6.
|
67
|
+
simply_stored (= 0.6.7)
|
68
68
|
uuidtools
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rocking_chair
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 13
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 4
|
9
|
-
-
|
10
|
-
version: 0.4.
|
9
|
+
- 1
|
10
|
+
version: 0.4.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Jonathan Weiss
|
@@ -37,12 +37,12 @@ dependencies:
|
|
37
37
|
requirements:
|
38
38
|
- - "="
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
hash:
|
40
|
+
hash: 9
|
41
41
|
segments:
|
42
42
|
- 0
|
43
43
|
- 6
|
44
|
-
-
|
45
|
-
version: 0.6.
|
44
|
+
- 7
|
45
|
+
version: 0.6.7
|
46
46
|
name: simply_stored
|
47
47
|
prerelease: false
|
48
48
|
type: :runtime
|
@@ -53,12 +53,12 @@ dependencies:
|
|
53
53
|
requirements:
|
54
54
|
- - "="
|
55
55
|
- !ruby/object:Gem::Version
|
56
|
-
hash:
|
56
|
+
hash: 5
|
57
57
|
segments:
|
58
58
|
- 0
|
59
59
|
- 5
|
60
|
-
-
|
61
|
-
version: 0.5.
|
60
|
+
- 7
|
61
|
+
version: 0.5.7
|
62
62
|
name: couch_potato
|
63
63
|
prerelease: false
|
64
64
|
type: :runtime
|