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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f763406d566849e72f652ee3d644589762397bfcdac5801b235eb613677aabec
4
- data.tar.gz: 6a2c0c9c241b5ebe21193859a62e327a4299c9687fc009fc2ea499175654e8e9
3
+ metadata.gz: 77be59b21060843a1cfd378874a25d43c99b7cda2c264c4aa998ff8bcd70a112
4
+ data.tar.gz: 5dbaf77099a4ce92ca3b241bd07259b34a5e958afa8389f41ed988a995fd5fb5
5
5
  SHA512:
6
- metadata.gz: a8af0dbe6ea25b1f1d212650f5d67b1dc47af098b97c2516ac381e07f65280cccb98b60cc95ecf20cc3414d489083ca90931c526c2f4ccc8c6afcad0ad0a7fdc
7
- data.tar.gz: 47a5134a710862f9aff3b0a8038ac60be092f507e2ce4de15b3ff2d5f9053f4c0293c7335b4506610d80f456b1dd09b5f634abdf654904a22ac88beeafe2d961
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
- - v2-bundle-ruby_2_7-{{ checksum "Gemfile.lock" }}
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: v2-bundle-ruby_2_7-{{ checksum "Gemfile.lock" }}
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
- - v2-bundle-ruby_3_0-{{ checksum "Gemfile.lock" }}
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: v2-bundle-ruby_3_0-{{ checksum "Gemfile.lock" }}
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
- - v2-bundle-ruby_3_1-{{ checksum "Gemfile.lock" }}
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: v2-bundle-ruby_3_1-{{ checksum "Gemfile.lock" }}
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: true
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.0)
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.0)
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)
@@ -1,3 +1,3 @@
1
1
  module Elasticity
2
- VERSION = "0.14.0"
2
+ VERSION = "0.14.1"
3
3
  end
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.0
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-04 00:00:00.000000000 Z
11
+ date: 2022-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler