es-elasticity 0.14.0 → 0.14.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.circleci/config.yml +8 -7
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +2 -2
- data/lib/elasticity/version.rb +1 -1
- 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: 77be59b21060843a1cfd378874a25d43c99b7cda2c264c4aa998ff8bcd70a112
|
4
|
+
data.tar.gz: 5dbaf77099a4ce92ca3b241bd07259b34a5e958afa8389f41ed988a995fd5fb5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a0194b307ca27ac3b1359edc2181c0541edd7ed36ce3de02d8be8d0be4b93bdce4ab00780bf6fd4305a852542348cbc9047493f68a3afb98456d9f4995a3046
|
7
|
+
data.tar.gz: b26720d7fa9987c315caa4f7bb08e2eb3d23fb893d8e0b388647a3555d0cfb654348d204249e8afacb2812799877c9225da413bbc1d114294e09b6a8c46a35c4
|
data/.circleci/config.yml
CHANGED
@@ -79,12 +79,12 @@ jobs:
|
|
79
79
|
gem install bundler --version "${BUNDLE_VERSION}" --force
|
80
80
|
- restore_cache:
|
81
81
|
keys:
|
82
|
-
-
|
82
|
+
- v3-bundle-ruby_2_7-{{ checksum "Gemfile.lock" }}
|
83
83
|
- run:
|
84
84
|
name: Install Ruby Dependencies
|
85
85
|
command: bundle check --path=vendor/bundle || bundle install --local --frozen --path=vendor/bundle --jobs=4 --retry=3
|
86
86
|
- save_cache:
|
87
|
-
key:
|
87
|
+
key: v3-bundle-ruby_2_7-{{ checksum "Gemfile.lock" }}
|
88
88
|
paths:
|
89
89
|
- vendor/bundle
|
90
90
|
- run:
|
@@ -107,12 +107,12 @@ jobs:
|
|
107
107
|
gem install bundler --version "${BUNDLE_VERSION}" --force
|
108
108
|
- restore_cache:
|
109
109
|
keys:
|
110
|
-
-
|
110
|
+
- v3-bundle-ruby_3_0-{{ checksum "Gemfile.lock" }}
|
111
111
|
- run:
|
112
112
|
name: Install Ruby Dependencies
|
113
113
|
command: bundle check --path=vendor/bundle || bundle install --local --frozen --path=vendor/bundle --jobs=4 --retry=3
|
114
114
|
- save_cache:
|
115
|
-
key:
|
115
|
+
key: v3-bundle-ruby_3_0-{{ checksum "Gemfile.lock" }}
|
116
116
|
paths:
|
117
117
|
- vendor/bundle
|
118
118
|
- run:
|
@@ -136,12 +136,12 @@ jobs:
|
|
136
136
|
gem install bundler --version "${BUNDLE_VERSION}" --force
|
137
137
|
- restore_cache:
|
138
138
|
keys:
|
139
|
-
-
|
139
|
+
- v3-bundle-ruby_3_1-{{ checksum "Gemfile.lock" }}
|
140
140
|
- run:
|
141
141
|
name: Install Ruby Dependencies
|
142
142
|
command: bundle check --path=vendor/bundle || bundle install --local --frozen --path=vendor/bundle --jobs=4 --retry=3
|
143
143
|
- save_cache:
|
144
|
-
key:
|
144
|
+
key: v3-bundle-ruby_3_1-{{ checksum "Gemfile.lock" }}
|
145
145
|
paths:
|
146
146
|
- vendor/bundle
|
147
147
|
- run:
|
@@ -194,7 +194,8 @@ workflows:
|
|
194
194
|
- gem/publish:
|
195
195
|
<<: *pr_only
|
196
196
|
name: gem-publish
|
197
|
-
to_rubygems:
|
197
|
+
to_rubygems: false
|
198
|
+
to_nexus: true
|
198
199
|
pre_release: true
|
199
200
|
requires:
|
200
201
|
- pre-release-approval
|
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
|
+
## [0.14.1] - 2022-08-09
|
10
|
+
### Changed
|
11
|
+
- Don't publish pre-release builds to RubyGems
|
12
|
+
|
9
13
|
## [0.14.0] - 2022-08-04
|
10
14
|
### Changed
|
11
15
|
- Use `refresh` instead of `flush` where search is expected to be updated
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
es-elasticity (0.14.
|
4
|
+
es-elasticity (0.14.1)
|
5
5
|
activemodel (>= 5.2.0, < 7.1)
|
6
6
|
activerecord (>= 5.2.0, < 7.1)
|
7
7
|
activesupport (>= 5.2.0, < 7.1)
|
@@ -34,7 +34,7 @@ GEM
|
|
34
34
|
elasticsearch-transport (7.17.1)
|
35
35
|
faraday (~> 1)
|
36
36
|
multi_json
|
37
|
-
faraday (1.10.
|
37
|
+
faraday (1.10.1)
|
38
38
|
faraday-em_http (~> 1.0)
|
39
39
|
faraday-em_synchrony (~> 1.0)
|
40
40
|
faraday-excon (~> 1.1)
|
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: 0.14.
|
4
|
+
version: 0.14.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-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|