gummi 0.3.14 → 0.3.16

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.
@@ -115,6 +115,8 @@ module Gummi
115
115
 
116
116
  def sync_mapping!
117
117
  client.indices.put_mapping creation_options
118
+ rescue ::Elasticsearch::Transport::Transport::Errors::BadRequest => exception
119
+ false
118
120
  end
119
121
 
120
122
  def creation_options
data/lib/gummi/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Gummi
2
- VERSION = '0.3.14'
2
+ VERSION = '0.3.16'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gummi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.14
4
+ version: 0.3.16
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: 2014-03-10 00:00:00.000000000 Z
12
+ date: 2014-05-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: virtus
@@ -274,18 +274,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
274
274
  - - ! '>='
275
275
  - !ruby/object:Gem::Version
276
276
  version: '0'
277
- segments:
278
- - 0
279
- hash: -1948622190160985741
280
277
  required_rubygems_version: !ruby/object:Gem::Requirement
281
278
  none: false
282
279
  requirements:
283
280
  - - ! '>='
284
281
  - !ruby/object:Gem::Version
285
282
  version: '0'
286
- segments:
287
- - 0
288
- hash: -1948622190160985741
289
283
  requirements: []
290
284
  rubyforge_project:
291
285
  rubygems_version: 1.8.23