mosql 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +8 -8
- data/lib/mosql/version.rb +1 -1
- metadata +1 -1
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
mosql (0.
|
4
|
+
mosql (0.3.1)
|
5
5
|
bson_ext
|
6
6
|
json
|
7
7
|
log4r
|
@@ -14,23 +14,23 @@ PATH
|
|
14
14
|
GEM
|
15
15
|
remote: https://rubygems.org/
|
16
16
|
specs:
|
17
|
-
bson (1.8.
|
18
|
-
bson_ext (1.8.
|
19
|
-
bson (~> 1.8.
|
20
|
-
json (1.
|
17
|
+
bson (1.8.5)
|
18
|
+
bson_ext (1.8.5)
|
19
|
+
bson (~> 1.8.5)
|
20
|
+
json (1.8.0)
|
21
21
|
log4r (1.1.10)
|
22
22
|
metaclass (0.0.1)
|
23
23
|
minitest (3.0.0)
|
24
24
|
mocha (0.10.5)
|
25
25
|
metaclass (~> 0.0.1)
|
26
|
-
mongo (1.8.
|
27
|
-
bson (~> 1.8.
|
26
|
+
mongo (1.8.5)
|
27
|
+
bson (~> 1.8.5)
|
28
28
|
mongoriver (0.1.0)
|
29
29
|
bson_ext
|
30
30
|
log4r
|
31
31
|
mongo (>= 1.7)
|
32
32
|
pg (0.14.1)
|
33
|
-
rake (10.0
|
33
|
+
rake (10.1.0)
|
34
34
|
sequel (3.44.0)
|
35
35
|
|
36
36
|
PLATFORMS
|
data/lib/mosql/version.rb
CHANGED