elastics-client 1.1.9 → 1.1.10

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.9
1
+ 1.1.10
@@ -105,6 +105,7 @@ module Elastics
105
105
  def bulk_string_from_elastics(document, options)
106
106
  elastics = document.elastics
107
107
  return '' unless document.elastics_indexable?
108
+ options[:action] ||= document.elastics_action
108
109
  meta = { '_index' => elastics.index,
109
110
  '_type' => elastics.type,
110
111
  '_id' => elastics.id }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elastics-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.9
4
+ version: 1.1.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-11-14 00:00:00.000000000 Z
12
+ date: 2013-12-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: multi_json