stretcher 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Stretcher
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
data/stretcher.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ["andrew@andrewvc.com"]
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
- gem.homepage = ""
13
+ gem.homepage = "https://github.com/PoseBiz/stretcher"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
16
16
  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.1.0
4
+ version: 1.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -165,7 +165,7 @@ files:
165
165
  - spec/spec_helper.rb
166
166
  - spec/stretcher_spec.rb
167
167
  - stretcher.gemspec
168
- homepage: ''
168
+ homepage: https://github.com/PoseBiz/stretcher
169
169
  licenses: []
170
170
  post_install_message:
171
171
  rdoc_options: []