algoliasearch-rails 1.9.4 → 1.9.5

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
  SHA1:
3
- metadata.gz: 6826be3868adf59a195a87a6ff18d66368bc645d
4
- data.tar.gz: 02d75cf295aa27237df63c1184e1fbf6ac936e75
3
+ metadata.gz: db9c036214ef8c5ae7118c4a3ca0083adaa07a56
4
+ data.tar.gz: 359618d78f294e509414fcb08dc189df34ab5d74
5
5
  SHA512:
6
- metadata.gz: a4b81c53b990ca11d49242b5e2954e27d102568675cd4e06c0529bd21b1aae3bd9614c0a105ba6b44012c576e2ecaf45bf26dda67a342c54de5109e046dbaa87
7
- data.tar.gz: 7db698c108c3c7d40494c6d4ceb9f1bb59010efe39d530cc6860cfe538fbab216c483361b83d7301310c5e1b4dae026d7d35c6a905f1ca83104dd60641f9b4e1
6
+ metadata.gz: 370169bc9d27f9b9b9bb2371afe51ab0acd62f843b80d4afd7d0076ab32f6b183c356402745edcf89794cede2cad074d337944d8db5a212edf8a3b6ffbf16666
7
+ data.tar.gz: 7529fb5410beb1d5a15eee88163bb8e313ae2771e7a06effa2a7beb817ad4ac230e15bf5536c76be95f6667f6809b0dfe32de61ad0c875cdf2e0f27b2fb1eb6f
data/ChangeLog CHANGED
@@ -1,5 +1,9 @@
1
1
  CHANGELOG
2
2
 
3
+ 2014-04-23 1.9.5
4
+
5
+ * Add missing highlightPreTag/highlightPostTag settings
6
+
3
7
  2014-03-30 1.9.4
4
8
 
5
9
  * Ability to index an array of objects using the `index_objects` method. Ref #15
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.9.4
1
+ 1.9.5
@@ -6,11 +6,11 @@
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "algoliasearch-rails"
9
- s.version = "1.9.4"
9
+ s.version = "1.9.5"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.authors = ["Algolia"]
13
- s.date = "2014-03-30"
13
+ s.date = "2014-04-23"
14
14
  s.description = "AlgoliaSearch integration to your favorite ORM"
15
15
  s.email = "contact@algolia.com"
16
16
  s.extra_rdoc_files = [
@@ -50,6 +50,7 @@ module AlgoliaSearch
50
50
  OPTIONS = [:attributesToIndex, :minWordSizefor1Typo,
51
51
  :minWordSizefor2Typos, :hitsPerPage, :attributesToRetrieve,
52
52
  :attributesToHighlight, :attributesToSnippet, :attributesToIndex,
53
+ :highlightPreTag, :highlightPostTag,
53
54
  :ranking, :customRanking, :queryType, :attributesForFaceting,
54
55
  :separatorsToIndex, :optionalWords, :attributeForDistinct,
55
56
  :if, :unless]
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.9.4
4
+ version: 1.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Algolia
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-30 00:00:00.000000000 Z
11
+ date: 2014-04-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json