es-elasticity 1.0.0 → 1.0.1
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/lib/elasticity/base_document.rb +0 -2
- data/lib/elasticity/bulk.rb +0 -2
- data/lib/elasticity/config.rb +0 -2
- data/lib/elasticity/document.rb +0 -2
- data/lib/elasticity/index_config.rb +0 -2
- data/lib/elasticity/index_mapper.rb +0 -2
- data/lib/elasticity/instrumented_client.rb +0 -2
- data/lib/elasticity/log_subscriber.rb +0 -2
- data/lib/elasticity/multi_search.rb +0 -2
- data/lib/elasticity/multi_search_response_parser.rb +0 -2
- data/lib/elasticity/railtie.rb +0 -2
- data/lib/elasticity/search.rb +0 -2
- data/lib/elasticity/segmented_document.rb +0 -2
- data/lib/elasticity/strategies/alias_index.rb +0 -2
- data/lib/elasticity/strategies/single_index.rb +0 -2
- data/lib/elasticity/strategies.rb +0 -2
- data/lib/elasticity/version.rb +1 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8c13e2b279bf48ef4d133c348954b1b8b19c07a9e3f8af7e539d3bf0e359f485
|
|
4
|
+
data.tar.gz: d9ca4629b1c2c091fb77cac05213b944ef4d877a845f3d6c8e606a37cfbc6fec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 01d086f62d915982aeae1fa1135836f8442c6eb578ff8c6daa1bfcb8bd4d70b0e54647a38e3b8d22fac0a477afc6ff11cfcc832215acca5d93f8db4d70344065
|
|
7
|
+
data.tar.gz: 8df1713fd97df4ce332d48a72b6ae9e364a591cc17ca19f6e6a3c621157f595936c84122b8d515ccc18044e2f272da891e2ab22bce4445cc24c00cd112cb74c0
|
data/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [1.0.1] - 2022-08-16
|
|
10
|
+
### Changed
|
|
11
|
+
- Revert the additional `frozen_string_literal` updates in 1.0.0 due to some issues with some classes. We'll update these in a separate release to isolate the problem.
|
|
12
|
+
|
|
9
13
|
## [1.0.0] - 2022-08-09
|
|
10
14
|
### Changed
|
|
11
15
|
- Consistently use quotations
|
data/Gemfile.lock
CHANGED
data/lib/elasticity/bulk.rb
CHANGED
data/lib/elasticity/config.rb
CHANGED
data/lib/elasticity/document.rb
CHANGED
data/lib/elasticity/railtie.rb
CHANGED
data/lib/elasticity/search.rb
CHANGED
data/lib/elasticity/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: es-elasticity
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rodrigo Kochenburger
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-08-
|
|
11
|
+
date: 2022-08-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|