waistband 0.9.1 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -65,8 +65,8 @@ You'll need a separate config file for each index you use, containing the index
65
65
  development:
66
66
  stringify: false
67
67
  settings:
68
- index:
69
- number_of_shards: 4
68
+ index:
69
+ number_of_shards: 4
70
70
  mappings:
71
71
  event:
72
72
  _source:
@@ -1,5 +1,6 @@
1
1
  require 'active_support/core_ext/hash/keys'
2
2
  require 'active_support/core_ext/array/extract_options'
3
+ require 'active_support/core_ext/string/inflections'
3
4
  require 'elasticsearch'
4
5
 
5
6
  module Waistband
@@ -1,3 +1,3 @@
1
1
  module Waistband
2
- VERSION = "0.9.1"
2
+ VERSION = "0.9.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: waistband
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
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-12 00:00:00.000000000 Z
12
+ date: 2014-03-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport