mongoid-elasticsearch 0.9.0 → 0.9.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +47 -60
- data/lib/mongoid/elasticsearch/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 16a6f4ac67a940b3fe421f13367c1e0acacf55f0
|
4
|
+
data.tar.gz: dba2a4f3f857d5d9049760b05513705b75bb43e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5b649339cc940ffb14762937ae273df28a0cad1aa7f3b4082886379f3fcfe600ae7bd925c586d214399e56fee362b45b43386cba6a6c3a28a2f19e2741e7a105
|
7
|
+
data.tar.gz: 21558be40d405aefb96adfaa5d6d8914ce85bc3933660c9bb7394566e600dc3bb583a90ae14e62a2799041305372b334ebc5db46db1846873075b074e1d13952
|
data/Gemfile.lock
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
GIT
|
2
2
|
remote: git://github.com/DatabaseCleaner/database_cleaner.git
|
3
|
-
revision:
|
3
|
+
revision: 49ca0f3e8ac4c096129442d0f942d39f2c0d7dde
|
4
4
|
specs:
|
5
|
-
database_cleaner (1.5.
|
5
|
+
database_cleaner (1.5.2)
|
6
6
|
|
7
7
|
PATH
|
8
8
|
remote: .
|
9
9
|
specs:
|
10
|
-
mongoid-elasticsearch (0.9.
|
10
|
+
mongoid-elasticsearch (0.9.1)
|
11
11
|
elasticsearch (~> 1.0.13)
|
12
12
|
mongoid (>= 3.0, < 6.0)
|
13
13
|
ruby-progressbar
|
@@ -15,56 +15,52 @@ PATH
|
|
15
15
|
GEM
|
16
16
|
remote: https://rubygems.org/
|
17
17
|
specs:
|
18
|
-
actionpack (4.2.
|
19
|
-
actionview (= 4.2.
|
20
|
-
activesupport (= 4.2.
|
18
|
+
actionpack (4.2.6)
|
19
|
+
actionview (= 4.2.6)
|
20
|
+
activesupport (= 4.2.6)
|
21
21
|
rack (~> 1.6)
|
22
22
|
rack-test (~> 0.6.2)
|
23
23
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
24
24
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
25
|
-
actionview (4.2.
|
26
|
-
activesupport (= 4.2.
|
25
|
+
actionview (4.2.6)
|
26
|
+
activesupport (= 4.2.6)
|
27
27
|
builder (~> 3.1)
|
28
28
|
erubis (~> 2.7.0)
|
29
29
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
30
30
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
31
|
-
activemodel (4.2.
|
32
|
-
activesupport (= 4.2.
|
31
|
+
activemodel (4.2.6)
|
32
|
+
activesupport (= 4.2.6)
|
33
33
|
builder (~> 3.1)
|
34
|
-
activesupport (4.2.
|
34
|
+
activesupport (4.2.6)
|
35
35
|
i18n (~> 0.7)
|
36
36
|
json (~> 1.7, >= 1.7.7)
|
37
37
|
minitest (~> 5.1)
|
38
38
|
thread_safe (~> 0.3, >= 0.3.4)
|
39
39
|
tzinfo (~> 1.1)
|
40
|
-
bson (
|
40
|
+
bson (4.1.0)
|
41
41
|
builder (3.2.2)
|
42
|
-
coveralls (0.8.
|
42
|
+
coveralls (0.8.13)
|
43
43
|
json (~> 1.8)
|
44
|
-
|
45
|
-
simplecov (~> 0.10.0)
|
44
|
+
simplecov (~> 0.11.0)
|
46
45
|
term-ansicolor (~> 1.3)
|
47
46
|
thor (~> 0.19.1)
|
47
|
+
tins (~> 1.6.0)
|
48
48
|
diff-lcs (1.2.5)
|
49
49
|
docile (1.1.5)
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
elasticsearch-transport (= 1.0.13)
|
55
|
-
elasticsearch-api (1.0.13)
|
50
|
+
elasticsearch (1.0.17)
|
51
|
+
elasticsearch-api (= 1.0.17)
|
52
|
+
elasticsearch-transport (= 1.0.17)
|
53
|
+
elasticsearch-api (1.0.17)
|
56
54
|
multi_json
|
57
|
-
elasticsearch-transport (1.0.
|
55
|
+
elasticsearch-transport (1.0.17)
|
58
56
|
faraday
|
59
57
|
multi_json
|
60
58
|
erubis (2.7.0)
|
61
|
-
faraday (0.9.
|
59
|
+
faraday (0.9.2)
|
62
60
|
multipart-post (>= 1.2, < 3)
|
63
61
|
glebtv-httpclient (3.2.8)
|
64
62
|
lru_redux
|
65
|
-
hashie (3.4.
|
66
|
-
http-cookie (1.0.2)
|
67
|
-
domain_name (~> 0.5)
|
63
|
+
hashie (3.4.3)
|
68
64
|
i18n (0.7.0)
|
69
65
|
json (1.8.3)
|
70
66
|
kaminari (0.16.3)
|
@@ -73,15 +69,14 @@ GEM
|
|
73
69
|
loofah (2.0.3)
|
74
70
|
nokogiri (>= 1.5.9)
|
75
71
|
lru_redux (1.1.0)
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
mongoid (5.0.0)
|
72
|
+
mini_portile2 (2.0.0)
|
73
|
+
minitest (5.8.4)
|
74
|
+
mongo (2.2.4)
|
75
|
+
bson (~> 4.0)
|
76
|
+
mongoid (5.1.2)
|
82
77
|
activemodel (~> 4.0)
|
83
78
|
mongo (~> 2.1)
|
84
|
-
origin (~> 2.
|
79
|
+
origin (~> 2.2)
|
85
80
|
tzinfo (>= 0.3.37)
|
86
81
|
mongoid-compatibility (0.3.1)
|
87
82
|
activesupport
|
@@ -92,10 +87,9 @@ GEM
|
|
92
87
|
stringex (~> 2.0)
|
93
88
|
multi_json (1.11.2)
|
94
89
|
multipart-post (2.0.0)
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
origin (2.1.1)
|
90
|
+
nokogiri (1.6.7.2)
|
91
|
+
mini_portile2 (~> 2.0.0.rc2)
|
92
|
+
origin (2.2.0)
|
99
93
|
rack (1.6.4)
|
100
94
|
rack-test (0.6.3)
|
101
95
|
rack (>= 1.0)
|
@@ -105,33 +99,29 @@ GEM
|
|
105
99
|
activesupport (>= 4.2.0.beta, < 5.0)
|
106
100
|
nokogiri (~> 1.6.0)
|
107
101
|
rails-deprecated_sanitizer (>= 1.0.1)
|
108
|
-
rails-html-sanitizer (1.0.
|
102
|
+
rails-html-sanitizer (1.0.3)
|
109
103
|
loofah (~> 2.0)
|
110
|
-
rake (
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
rspec (3.
|
116
|
-
rspec-
|
117
|
-
|
118
|
-
rspec-mocks (~> 3.3.0)
|
119
|
-
rspec-core (3.3.2)
|
120
|
-
rspec-support (~> 3.3.0)
|
121
|
-
rspec-expectations (3.3.1)
|
104
|
+
rake (11.1.2)
|
105
|
+
rspec (3.4.0)
|
106
|
+
rspec-core (~> 3.4.0)
|
107
|
+
rspec-expectations (~> 3.4.0)
|
108
|
+
rspec-mocks (~> 3.4.0)
|
109
|
+
rspec-core (3.4.4)
|
110
|
+
rspec-support (~> 3.4.0)
|
111
|
+
rspec-expectations (3.4.0)
|
122
112
|
diff-lcs (>= 1.2.0, < 2.0)
|
123
|
-
rspec-support (~> 3.
|
124
|
-
rspec-mocks (3.
|
113
|
+
rspec-support (~> 3.4.0)
|
114
|
+
rspec-mocks (3.4.1)
|
125
115
|
diff-lcs (>= 1.2.0, < 2.0)
|
126
|
-
rspec-support (~> 3.
|
127
|
-
rspec-support (3.
|
116
|
+
rspec-support (~> 3.4.0)
|
117
|
+
rspec-support (3.4.1)
|
128
118
|
ruby-progressbar (1.7.5)
|
129
|
-
simplecov (0.
|
119
|
+
simplecov (0.11.2)
|
130
120
|
docile (~> 1.1.0)
|
131
121
|
json (~> 1.8)
|
132
122
|
simplecov-html (~> 0.10.0)
|
133
123
|
simplecov-html (0.10.0)
|
134
|
-
stringex (2.
|
124
|
+
stringex (2.6.0)
|
135
125
|
term-ansicolor (1.3.2)
|
136
126
|
tins (~> 1.0)
|
137
127
|
thor (0.19.1)
|
@@ -139,9 +129,6 @@ GEM
|
|
139
129
|
tins (1.6.0)
|
140
130
|
tzinfo (1.2.2)
|
141
131
|
thread_safe (~> 0.1)
|
142
|
-
unf (0.1.4)
|
143
|
-
unf_ext
|
144
|
-
unf_ext (0.0.7.1)
|
145
132
|
|
146
133
|
PLATFORMS
|
147
134
|
ruby
|
@@ -159,4 +146,4 @@ DEPENDENCIES
|
|
159
146
|
rspec
|
160
147
|
|
161
148
|
BUNDLED WITH
|
162
|
-
1.
|
149
|
+
1.11.2
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mongoid-elasticsearch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- glebtv
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-04-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mongoid
|
@@ -244,7 +244,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
244
244
|
version: '0'
|
245
245
|
requirements: []
|
246
246
|
rubyforge_project:
|
247
|
-
rubygems_version: 2.
|
247
|
+
rubygems_version: 2.5.1
|
248
248
|
signing_key:
|
249
249
|
specification_version: 4
|
250
250
|
summary: Simple and easy integration of mongoid with the new elasticsearch gem
|