algolia 3.0.0.beta.16 → 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/Gemfile.lock +1 -1
- data/lib/algolia/models/ingestion/transformation_search.rb +2 -0
- data/lib/algolia/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7700a3f2ab4f77c826745c21fb2428a407116737c1a488ef9af5cb155163d59d
|
4
|
+
data.tar.gz: 9fcddcae163c98de150bb729d3bd8c2b7dc114172651a82cf75a1ff4badf8745
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8223f3033ef0b75848c1bea2d8e5b47bdd472e730ed842c172d511813292487a4f866d8159410369acf863f569fc4f1fbb52f611ad2ce208918e7c5d5631c3a2
|
7
|
+
data.tar.gz: 563dc0aaacdf45adcc0c890588fea0515adcd552d2c72391e984ed7ba4656f3f186638faca1c62fb4c177be2c4ac18704db4af9e4004bedbf86c6ac60fcb1125
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1
|
+
## [3.0.0](https://github.com/algolia/algoliasearch-client-ruby/compare/3.0.0.beta.16...3.0.0)
|
2
|
+
|
3
|
+
New major version released! Browse [our documentation](https://www.algolia.com/doc/libraries/ruby)
|
4
|
+
|
5
|
+
- [22348001a](https://github.com/algolia/api-clients-automation/commit/22348001a) fix(specs): required ingestion search params ([#3516](https://github.com/algolia/api-clients-automation/pull/3516)) by [@shortcuts](https://github.com/shortcuts/)
|
6
|
+
|
1
7
|
## [3.0.0.beta.16](https://github.com/algolia/algoliasearch-client-ruby/compare/3.0.0.beta.15...3.0.0.beta.16)
|
2
8
|
|
3
9
|
- [4c052002e](https://github.com/algolia/api-clients-automation/commit/4c052002e) feat(specs): recursive snippets and highlights result ([#3497](https://github.com/algolia/api-clients-automation/pull/3497)) by [@shortcuts](https://github.com/shortcuts/)
|
data/Gemfile.lock
CHANGED
data/lib/algolia/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: algolia
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.0
|
4
|
+
version: 3.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- https://alg.li/support
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-08-
|
11
|
+
date: 2024-08-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -701,9 +701,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
701
701
|
version: '0'
|
702
702
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
703
703
|
requirements:
|
704
|
-
- - "
|
704
|
+
- - ">="
|
705
705
|
- !ruby/object:Gem::Version
|
706
|
-
version:
|
706
|
+
version: '0'
|
707
707
|
requirements: []
|
708
708
|
rubygems_version: 3.4.10
|
709
709
|
signing_key:
|