algoliasearch-rails 1.16.1 → 1.16.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ChangeLog +4 -0
- data/VERSION +1 -1
- data/lib/algoliasearch-rails.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6d98461af981409260540c03583112e7db9e0963
|
4
|
+
data.tar.gz: b0c724f787ca66fcd95c46c6d56eecf3b24644ef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3664eff68d50cdcb7ab1ab3b0047876a04eb723d084e88f384f06e26abf626ff87ddfa921b5daca450a2a34c982df1c82a7b6e8009a592712fb577f510b076d0
|
7
|
+
data.tar.gz: 70df77333e9af7ae77ba4b8ff5e8c1239a5f5819af20b98181f402df09638dfb351201de1a1031c043223503fea6f2b35d44654b98cb07e649357494ea25930a
|
data/ChangeLog
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.16.
|
1
|
+
1.16.2
|
data/lib/algoliasearch-rails.rb
CHANGED
@@ -62,7 +62,7 @@ module AlgoliaSearch
|
|
62
62
|
:ranking, :customRanking, :queryType, :attributesForFaceting,
|
63
63
|
:separatorsToIndex, :optionalWords, :attributeForDistinct,
|
64
64
|
:synonyms, :placeholders, :removeWordsIfNoResults, :replaceSynonymsInHighlight,
|
65
|
-
:unretrievableAttributes, :
|
65
|
+
:unretrievableAttributes, :disableTypoToleranceOnWords, :disableTypoToleranceOnAttributes, :altCorrections,
|
66
66
|
:ignorePlurals, :maxValuesPerFacet, :distinct, :numericAttributesToIndex,
|
67
67
|
:allowTyposOnNumericTokens, :allowCompressionOfIntegerArray,
|
68
68
|
:advancedSyntax]
|
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: 1.16.
|
4
|
+
version: 1.16.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Algolia
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-11-
|
11
|
+
date: 2016-11-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json
|