algoliasearch-rails 2.1.0 → 2.1.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 +6 -1
- data/lib/algoliasearch/pagination/kaminari.rb +1 -1
- data/lib/algoliasearch/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: 26a8d2a81e62be25bfd5379acaf4c31029a11fa2231a17f3badf14fb59bb8c23
|
|
4
|
+
data.tar.gz: fdc5690093c28e50c893b99ec3d15bfdf0dfd64d20069df84ad8bebd88941799
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 875c1b3e74c08248137218338e2a1a1e7d92f2bf902eb45c41870362bd66a2557f15034362d2024315b7e2b72ae3df924a5675b74cc92abea3064269b208a37b
|
|
7
|
+
data.tar.gz: 30ca8ded1c92591dacafa1ead13ea53a4663d162634b30897c1782124b910b705552426f49c80427cff1d6c8e2c1fc104d7e7bfdd571679bd499b918ac8e88aa
|
data/CHANGELOG.MD
CHANGED
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
-
## [Unreleased](https://github.com/algolia/algoliasearch-rails/compare/2.
|
|
3
|
+
## [Unreleased](https://github.com/algolia/algoliasearch-rails/compare/2.1.1...master)
|
|
4
|
+
|
|
5
|
+
## [2.1.1](https://github.com/algolia/algoliasearch-rails/compare/2.1.1...2.1.0)
|
|
6
|
+
### Fixed
|
|
7
|
+
- Error with Ruby 3 in regards to default splat behavior [`#400`](https://github.com/algolia/algoliasearch-rails/pull/400)
|
|
4
8
|
|
|
5
9
|
## [2.1.0](https://github.com/algolia/algoliasearch-rails/compare/2.1.0...2.0.0)
|
|
6
10
|
### Added
|
|
7
11
|
- Add support for [virtual replicas](https://www.algolia.com/doc/guides/managing-results/refine-results/sorting/in-depth/replicas/#what-are-virtual-replicas) ([#386](https://github.com/algolia/algoliasearch-rails/pull/386))
|
|
8
12
|
|
|
13
|
+
|
|
9
14
|
## [2.0.0](https://github.com/algolia/algoliasearch-rails/compare/2.0.0...1.25.0)
|
|
10
15
|
|
|
11
16
|
### Breaking changes
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: algoliasearch-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Algolia
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-07-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: json
|