wj-mongoid-elasticsearch 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8393c520319aedc723891980e5db919f4c9c81e6
4
- data.tar.gz: bcf8fe9fcfaf13494babb39da971146fe3a4f26c
3
+ metadata.gz: a7d238ddeefd8028b6cef0728b151edf015d98c8
4
+ data.tar.gz: a8bd2f1833f691972af4dfd482f8c2f23ab442f8
5
5
  SHA512:
6
- metadata.gz: 7a442585b0dfb8d931a9774a5082a5e325254017b301ad0142926e1408e926fbc14a6ca2a41ae9e16dc574f35caf28db50702739ad977f58f4b856c594090b91
7
- data.tar.gz: ee50d106a5f0222d1ab9758cc738de6a6b9e658ae447b7c1189593b8686772a65b23798ebec1fd02a6be9babce7b750497e47a3f8008501985525f1e94881a53
6
+ metadata.gz: a8f97aa0c88c8ebac6fea78a9a844af38d3a72ac57b2dc446b77ebe223af44e56d825645cb9499c16f67af446e99630558bb4d6453956bf965e41aa32cf1ed14
7
+ data.tar.gz: '0448b29d3e8fe81d2b1bd5044f89ea199b2ce86e7e7ed2b712c8870a4611f4b301dcb232bbd9b999efa610abb974ffc49ea863f60c7b745acf424187d6c9d637'
File without changes
data/.gitignore CHANGED
File without changes
data/.rspec CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
data/Gemfile CHANGED
File without changes
@@ -1,17 +1,17 @@
1
1
  GIT
2
- remote: git://github.com/DatabaseCleaner/database_cleaner.git
3
- revision: b393fa81fc864805e79913f4377e316be40f8900
2
+ remote: https://github.com/DatabaseCleaner/database_cleaner.git
3
+ revision: 0f4e29d0adf207e961e1ea18562a828a8c1017fd
4
4
  specs:
5
- database_cleaner (1.6.3)
5
+ database_cleaner (1.8.2)
6
6
 
7
7
  PATH
8
8
  remote: .
9
9
  specs:
10
- wj-mongoid-elasticsearch (0.0.2)
11
- elasticsearch (~> 1.0.13)
10
+ wj-mongoid-elasticsearch (0.0.8)
11
+ elasticsearch
12
12
  faraday_middleware
13
13
  faraday_middleware-aws-sigv4
14
- mongoid (>= 3.0, < 6.0)
14
+ mongoid
15
15
  patron
16
16
  ruby-progressbar
17
17
 
@@ -37,7 +37,9 @@ GEM
37
37
  thread_safe (~> 0.3, >= 0.3.4)
38
38
  tzinfo (~> 1.1)
39
39
  arel (6.0.4)
40
- aws-sigv4 (1.0.2)
40
+ aws-eventstream (1.0.3)
41
+ aws-sigv4 (1.1.0)
42
+ aws-eventstream (~> 1.0, >= 1.0.2)
41
43
  bson (4.3.0)
42
44
  builder (3.2.3)
43
45
  concurrent-ruby (1.0.5)
@@ -50,22 +52,22 @@ GEM
50
52
  crass (1.0.3)
51
53
  diff-lcs (1.3)
52
54
  docile (1.1.5)
53
- elasticsearch (1.0.18)
54
- elasticsearch-api (= 1.0.18)
55
- elasticsearch-transport (= 1.0.18)
56
- elasticsearch-api (1.0.18)
55
+ elasticsearch (7.4.0)
56
+ elasticsearch-api (= 7.4.0)
57
+ elasticsearch-transport (= 7.4.0)
58
+ elasticsearch-api (7.4.0)
57
59
  multi_json
58
- elasticsearch-transport (1.0.18)
60
+ elasticsearch-transport (7.4.0)
59
61
  faraday
60
62
  multi_json
61
63
  erubis (2.7.0)
62
- faraday (0.14.0)
64
+ faraday (0.17.3)
63
65
  multipart-post (>= 1.2, < 3)
64
- faraday_middleware (0.12.2)
66
+ faraday_middleware (0.14.0)
65
67
  faraday (>= 0.7.4, < 1.0)
66
- faraday_middleware-aws-sigv4 (0.2.4)
68
+ faraday_middleware-aws-sigv4 (0.3.0)
67
69
  aws-sigv4 (~> 1.0)
68
- faraday (>= 0.9)
70
+ faraday (>= 0.15)
69
71
  glebtv-httpclient (3.2.8)
70
72
  lru_redux
71
73
  hashie (3.5.7)
@@ -104,12 +106,12 @@ GEM
104
106
  mongoid (>= 3.0)
105
107
  mongoid-compatibility
106
108
  stringex (~> 2.0)
107
- multi_json (1.13.1)
108
- multipart-post (2.0.0)
109
+ multi_json (1.14.1)
110
+ multipart-post (2.1.1)
109
111
  nokogiri (1.8.2)
110
112
  mini_portile2 (~> 2.3.0)
111
113
  origin (2.3.1)
112
- patron (0.12.1)
114
+ patron (0.13.3)
113
115
  rails-deprecated_sanitizer (1.0.3)
114
116
  activesupport (>= 4.2.0.alpha)
115
117
  rails-dom-testing (1.0.9)
@@ -132,7 +134,7 @@ GEM
132
134
  diff-lcs (>= 1.2.0, < 2.0)
133
135
  rspec-support (~> 3.7.0)
134
136
  rspec-support (3.7.1)
135
- ruby-progressbar (1.9.0)
137
+ ruby-progressbar (1.10.1)
136
138
  simplecov (0.14.1)
137
139
  docile (~> 1.1.0)
138
140
  json (>= 1.8, < 3)
@@ -157,10 +159,10 @@ DEPENDENCIES
157
159
  glebtv-httpclient
158
160
  hashie
159
161
  kaminari
160
- mongoid-slug (~> 5.0.0)
162
+ mongoid-slug
161
163
  rake
162
164
  rspec
163
165
  wj-mongoid-elasticsearch!
164
166
 
165
167
  BUNDLED WITH
166
- 1.13.7
168
+ 2.0.2
File without changes
data/README.md CHANGED
File without changes
data/Rakefile CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,5 +1,5 @@
1
1
  module Mongoid
2
2
  module Elasticsearch
3
- VERSION = "0.0.8"
3
+ VERSION = "0.0.9"
4
4
  end
5
5
  end
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = ["lib"]
20
20
 
21
- spec.add_dependency "mongoid", [">= 3.0", "< 6.0"]
21
+ spec.add_dependency "mongoid"
22
22
  spec.add_dependency "elasticsearch"
23
23
  spec.add_dependency "ruby-progressbar"
24
24
  spec.add_dependency 'faraday_middleware'
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wj-mongoid-elasticsearch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - glebtv
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-18 00:00:00.000000000 Z
11
+ date: 2020-02-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mongoid
@@ -16,20 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '3.0'
20
- - - "<"
21
- - !ruby/object:Gem::Version
22
- version: '6.0'
19
+ version: '0'
23
20
  type: :runtime
24
21
  prerelease: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
26
23
  requirements:
27
24
  - - ">="
28
25
  - !ruby/object:Gem::Version
29
- version: '3.0'
30
- - - "<"
31
- - !ruby/object:Gem::Version
32
- version: '6.0'
26
+ version: '0'
33
27
  - !ruby/object:Gem::Dependency
34
28
  name: elasticsearch
35
29
  requirement: !ruby/object:Gem::Requirement