chewy 8.0.1 → 8.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chewy
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.0.1
4
+ version: 8.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Toptal, LLC
8
8
  - pyromaniac
9
- autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2026-03-12 00:00:00.000000000 Z
11
+ date: 1980-01-02 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: activesupport
@@ -84,11 +83,13 @@ files:
84
83
  - lib/chewy/index/adapter/object.rb
85
84
  - lib/chewy/index/adapter/orm.rb
86
85
  - lib/chewy/index/aliases.rb
86
+ - lib/chewy/index/compiled.rb
87
87
  - lib/chewy/index/crutch.rb
88
88
  - lib/chewy/index/import.rb
89
89
  - lib/chewy/index/import/bulk_builder.rb
90
90
  - lib/chewy/index/import/bulk_request.rb
91
91
  - lib/chewy/index/import/journal_builder.rb
92
+ - lib/chewy/index/import/progressbar.rb
92
93
  - lib/chewy/index/import/routine.rb
93
94
  - lib/chewy/index/mapping.rb
94
95
  - lib/chewy/index/observe.rb
@@ -147,6 +148,7 @@ files:
147
148
  - lib/chewy/search/parameters/query.rb
148
149
  - lib/chewy/search/parameters/request_cache.rb
149
150
  - lib/chewy/search/parameters/rescore.rb
151
+ - lib/chewy/search/parameters/runtime_mappings.rb
150
152
  - lib/chewy/search/parameters/script_fields.rb
151
153
  - lib/chewy/search/parameters/search_after.rb
152
154
  - lib/chewy/search/parameters/search_type.rb
@@ -186,7 +188,6 @@ licenses:
186
188
  - MIT
187
189
  metadata:
188
190
  rubygems_mfa_required: 'true'
189
- post_install_message:
190
191
  rdoc_options: []
191
192
  require_paths:
192
193
  - lib
@@ -201,8 +202,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
201
202
  - !ruby/object:Gem::Version
202
203
  version: '0'
203
204
  requirements: []
204
- rubygems_version: 3.4.19
205
- signing_key:
205
+ rubygems_version: 4.0.12
206
206
  specification_version: 4
207
207
  summary: Elasticsearch ODM client wrapper
208
208
  test_files: []