stretcher 1.16.1 → 1.16.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/stretcher/version.rb +1 -1
- data/stretcher.gemspec +1 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e88325b35592832c59932c36dfccfa37fe03cb67
|
4
|
+
data.tar.gz: d4d1fa224462b023ab743386b555f5cfd682146a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7278cc58d1d65a1ceac2f5b98e6c3fcd3b19d42c7ea904103bd0edbbf0ddc380fdf3dcdf6bf3a843d51291b030fcaa0f5ca22689fee3a4dde1a081b24b283c62
|
7
|
+
data.tar.gz: 8c1f8c7d2b630b30d44e77824d080af805ad8fa334b45bd6aadc15c48a2f1bda2b23cc55ed6e605652135d0bd070a059c873449bbc5106b5e8f55a8c5dec21a5
|
data/lib/stretcher/version.rb
CHANGED
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.
|
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: []
|