mongo-ejson 0.2.4 → 0.2.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +31 -29
- data/lib/ejson/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c98ad3da7747bd6271099b7813fce22ceced579a27dba30492e01a8de63a1a6e
|
4
|
+
data.tar.gz: 41e98def1985407533d220c4453beb3bca2a8cde1482e975298e11fec5ea56bc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b1d75937eaea35dedab3ff4a324a190d060baa5abdcc17727890bc6b2bac99481f8bdd79185b006957dfe051f0ce2da0c36b441ff3385adc1d41135eccbdc2d3
|
7
|
+
data.tar.gz: 2a176c418b1ba1a6bdd1394932f764a7cd110ae2b099a8af6338815998c401c325e3c6b52965c55b78d377e21c10829ca79f5b5b59d31f2054589a3f0cf5800f
|
data/Gemfile.lock
CHANGED
@@ -1,46 +1,48 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
mongo-ejson (0.2.
|
4
|
+
mongo-ejson (0.2.5)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
8
8
|
specs:
|
9
|
-
ast (2.4.
|
10
|
-
bson (4.
|
11
|
-
bson (4.
|
12
|
-
diff-lcs (1.
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
parser (2.6.0.0)
|
17
|
-
ast (~> 2.4.0)
|
18
|
-
powerpack (0.1.2)
|
9
|
+
ast (2.4.1)
|
10
|
+
bson (4.9.2)
|
11
|
+
bson (4.9.2-java)
|
12
|
+
diff-lcs (1.4.2)
|
13
|
+
parallel (1.19.2)
|
14
|
+
parser (2.7.1.4)
|
15
|
+
ast (~> 2.4.1)
|
19
16
|
rainbow (3.0.0)
|
20
17
|
rake (13.0.1)
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
rspec-
|
25
|
-
|
26
|
-
rspec-
|
27
|
-
rspec-
|
18
|
+
regexp_parser (1.7.1)
|
19
|
+
rexml (3.2.4)
|
20
|
+
rspec (3.9.0)
|
21
|
+
rspec-core (~> 3.9.0)
|
22
|
+
rspec-expectations (~> 3.9.0)
|
23
|
+
rspec-mocks (~> 3.9.0)
|
24
|
+
rspec-core (3.9.2)
|
25
|
+
rspec-support (~> 3.9.3)
|
26
|
+
rspec-expectations (3.9.2)
|
28
27
|
diff-lcs (>= 1.2.0, < 2.0)
|
29
|
-
rspec-support (~> 3.
|
30
|
-
rspec-mocks (3.
|
28
|
+
rspec-support (~> 3.9.0)
|
29
|
+
rspec-mocks (3.9.1)
|
31
30
|
diff-lcs (>= 1.2.0, < 2.0)
|
32
|
-
rspec-support (~> 3.
|
33
|
-
rspec-support (3.
|
34
|
-
rubocop (0.
|
35
|
-
jaro_winkler (~> 1.5.1)
|
31
|
+
rspec-support (~> 3.9.0)
|
32
|
+
rspec-support (3.9.3)
|
33
|
+
rubocop (0.86.0)
|
36
34
|
parallel (~> 1.10)
|
37
|
-
parser (>= 2.
|
38
|
-
powerpack (~> 0.1)
|
35
|
+
parser (>= 2.7.0.1)
|
39
36
|
rainbow (>= 2.2.2, < 4.0)
|
37
|
+
regexp_parser (>= 1.7)
|
38
|
+
rexml
|
39
|
+
rubocop-ast (>= 0.0.3, < 1.0)
|
40
40
|
ruby-progressbar (~> 1.7)
|
41
|
-
unicode-display_width (
|
42
|
-
|
43
|
-
|
41
|
+
unicode-display_width (>= 1.4.0, < 2.0)
|
42
|
+
rubocop-ast (0.0.3)
|
43
|
+
parser (>= 2.7.0.1)
|
44
|
+
ruby-progressbar (1.10.1)
|
45
|
+
unicode-display_width (1.7.0)
|
44
46
|
|
45
47
|
PLATFORMS
|
46
48
|
java
|
data/lib/ejson/version.rb
CHANGED