stretcher 1.16.1 → 1.16.3

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: 45e7f0125d5ba9baba24e71c12522d6150501edf
4
- data.tar.gz: 6f5f9ec4b5e7fc75209c919e2d8e6abb2564a8ab
3
+ metadata.gz: e88325b35592832c59932c36dfccfa37fe03cb67
4
+ data.tar.gz: d4d1fa224462b023ab743386b555f5cfd682146a
5
5
  SHA512:
6
- metadata.gz: f9287ac799f24dbe74738968c57e693f10ddceb3589226f6e235485af7bd3cd24482877b83f877eb65210235f7480133ba5b9a29209dcc2d10f62f837c44ef05
7
- data.tar.gz: 4ed876dad2d9820b0f3a3959745bf66d5a6e7d75c28c247af9b5fb5d7213d2de8eae9490c9a7b1af818e5df8441c4413be660cc8853894e587b27525b759f81b
6
+ metadata.gz: 7278cc58d1d65a1ceac2f5b98e6c3fcd3b19d42c7ea904103bd0edbbf0ddc380fdf3dcdf6bf3a843d51291b030fcaa0f5ca22689fee3a4dde1a081b24b283c62
7
+ data.tar.gz: 8c1f8c7d2b630b30d44e77824d080af805ad8fa334b45bd6aadc15c48a2f1bda2b23cc55ed6e605652135d0bd070a059c873449bbc5106b5e8f55a8c5dec21a5
@@ -1,3 +1,3 @@
1
1
  module Stretcher
2
- VERSION = "1.16.1"
2
+ VERSION = "1.16.3"
3
3
  end
data/stretcher.gemspec CHANGED
@@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
11
11
  gem.description = %q{The elegant ElasticSearch client}
12
12
  gem.summary = %q{The elegant ElasticSearch client, supporting persistent connections, and a clean DSL}
13
13
  gem.homepage = "https://github.com/PoseBiz/stretcher"
14
+ gem.license = 'MIT'
14
15
 
15
16
  gem.files = `git ls-files`.split($/)
16
17
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stretcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.1
4
+ version: 1.16.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Cholakian
@@ -195,7 +195,8 @@ files:
195
195
  - spec/stretcher_spec.rb
196
196
  - stretcher.gemspec
197
197
  homepage: https://github.com/PoseBiz/stretcher
198
- licenses: []
198
+ licenses:
199
+ - MIT
199
200
  metadata: {}
200
201
  post_install_message:
201
202
  rdoc_options: []