algoliasearch-rails 1.3.7 → 1.3.8

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b8503c3660bf80c383a390cb1961d43f81a57613
4
- data.tar.gz: acd9fb9eb7c34aba9d0b09454c197dc868978819
3
+ metadata.gz: 57c6cdf65eca1ff620c98d4e0c51c1fa69a95bd4
4
+ data.tar.gz: c50e514b3c08c3789cbbb93b01181da8ea4570b9
5
5
  SHA512:
6
- metadata.gz: d104ae553fcf5b4772ed45c8adbeddc165c9a1467aa709998314e6b125ba1bffcc5c375b14c5cff4d880d15997ed3261006f99dd8f679afaa1d46769b3fc7117
7
- data.tar.gz: 5509993a0e634fa3a50c87b53e9a36f2ec8766a9e084e0406c083ba11f003e9c3a7391d7fe7a2b04f4d0c1c76639e2917843a84a7b77c977d716a9c86f046b7b
6
+ metadata.gz: 28ec5247fb088b3df20968d864ea8c7e144f5700de578f7119ca170ed58dc50fb37ff0c6698d3532a3e0296cedd3ee24af380f2ac0bb4a5018f980ffe81f437b
7
+ data.tar.gz: 48a3d1d5ac96a56602cbf423ff57e60120e2279caeaf71894853ad8c02e968abd26f429fcacee925e1b688a567df9e20b52fa494b1458e89fad4cb3813e1ce3f
data/ChangeLog CHANGED
@@ -1,5 +1,9 @@
1
1
  CHANGELOG
2
2
 
3
+ 2013-11-21 1.3.8
4
+
5
+ * expose new index settings: separatorsToIndex and optionalWords
6
+
3
7
  2013-11-19 1.3.7
4
8
 
5
9
  * handle namespaced models (s/::/_/)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.7
1
+ 1.3.8
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "algoliasearch-rails"
8
- s.version = "1.3.7"
8
+ s.version = "1.3.8"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Algolia"]
12
- s.date = "2013-11-19"
12
+ s.date = "2013-11-21"
13
13
  s.description = "AlgoliaSearch integration to your favorite ORM"
14
14
  s.email = "contact@algolia.com"
15
15
  s.extra_rdoc_files = [
@@ -48,7 +48,8 @@ module AlgoliaSearch
48
48
  OPTIONS = [:attributesToIndex, :minWordSizefor1Typo,
49
49
  :minWordSizefor2Typos, :hitsPerPage, :attributesToRetrieve,
50
50
  :attributesToHighlight, :attributesToSnippet, :attributesToIndex,
51
- :ranking, :customRanking, :queryType, :attributesForFaceting]
51
+ :ranking, :customRanking, :queryType, :attributesForFaceting,
52
+ :separatorsToIndex, :optionalWords]
52
53
  OPTIONS.each do |k|
53
54
  define_method k do |v|
54
55
  instance_variable_set("@#{k}", v)
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.3.7
4
+ version: 1.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Algolia
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-19 00:00:00.000000000 Z
11
+ date: 2013-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json