algolia 3.12.1 → 3.12.2

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: 10077a28cc270e76616164f43144c53c3bdccd4335d22627b144ef0b718e97cc
4
- data.tar.gz: ba7acf8de770caa1dfaf274a5c4cd0dfeaad8503e51592f98d8e8dad411d5138
3
+ metadata.gz: 9587292eea66992a8194853185d742bade5bf36d1b82a1d30f7679dcdc6a3202
4
+ data.tar.gz: 6e4893f686553a07dc27741601d6eb1f0378bac14c29d2bd2038eadd9b7af5e6
5
5
  SHA512:
6
- metadata.gz: 9cbe483f389e43d6d83c3f2eb74f9e5c4a5320e5b4b18d71e95e646d8a588dda108c910c2f400a3f8d357905cae95ad064ddb45b256bcc33f11c64a7db729660
7
- data.tar.gz: 63762aeb7d86bbaeded15f52cba5baa653bc2f3660c0a5a1de73cb81ad5a9685ce2f6a2b17b031e8bcb5749e2f0f3fdb361afc852f235c6d01b97687ca9ea585
6
+ metadata.gz: 9575fb9325e0305c6f8a620663ada098de0d0d0ce46a2da2746f86f66b1abb52f0a11dc8f379ae8d70f40481d1fe3959bbc205f9a68570320f3ad3043923eb8c
7
+ data.tar.gz: ce3b12d4aa657ad2d76c01cace6dd397aaa9a2b4b471ed019f328de705a5b2f3ff5d8ede1cdecd2d915a331db2e3595dee9dcc9d57079c179f03f3ef20166a64
@@ -21,7 +21,7 @@ jobs:
21
21
  - name: Install Ruby
22
22
  uses: ruby/setup-ruby@v1
23
23
  with:
24
- ruby-version: 3.4.1
24
+ ruby-version: 3.4.2
25
25
  bundler-cache: true
26
26
 
27
27
  - uses: rubygems/release-gem@a25424ba2ba8b387abc8ef40807c2c85b96cbe32
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [3.12.2](https://github.com/algolia/algoliasearch-client-ruby/compare/3.12.1...3.12.2)
2
+
3
+ - [ecd6bc4fed](https://github.com/algolia/api-clients-automation/commit/ecd6bc4fed) chore(deps): dependencies 2025-02-17 ([#4459](https://github.com/algolia/api-clients-automation/pull/4459)) by [@algolia-bot](https://github.com/algolia-bot/)
4
+
1
5
  ## [3.12.1](https://github.com/algolia/algoliasearch-client-ruby/compare/3.12.0...3.12.1)
2
6
 
3
7
  - [506b8a5636](https://github.com/algolia/api-clients-automation/commit/506b8a5636) fix(specs): responseFields description ([#4399](https://github.com/algolia/api-clients-automation/pull/4399)) by [@kai687](https://github.com/kai687/)
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- algolia (3.12.1)
4
+ algolia (3.12.2)
5
5
  base64 (>= 0.2.0, < 1)
6
6
  faraday (>= 1.0.1, < 3.0)
7
7
  faraday-net_http_persistent (>= 0.15, < 3)
@@ -3,5 +3,5 @@
3
3
  # Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
4
4
 
5
5
  module Algolia
6
- VERSION = "3.12.1"
6
+ VERSION = "3.12.2"
7
7
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: algolia
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.12.1
4
+ version: 3.12.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - https://alg.li/support
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-05 00:00:00.000000000 Z
10
+ date: 2025-02-17 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: faraday