elasticsearch-drain 0.0.1 → 0.0.2

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: 53c5321ac669ce1bf6ca87ed31a698e36e60d2c8
4
- data.tar.gz: b252c88074cb2fb623c4de01b4991b7bac8da95c
3
+ metadata.gz: f9322921e73eb7ffbce7f78845f5cc43e1fe63cb
4
+ data.tar.gz: 7eee908fc33ff6fdf6633902f4b6efb0095b8e52
5
5
  SHA512:
6
- metadata.gz: 2d81aec24db08902298fe06dc33a72738e426d5b0f560e9dcf53fe8ea4acbca5fbe6a329136587dbed255a49a410431faf290fa2e0681510011cef4d17256b49
7
- data.tar.gz: 7400aebaa436eeb4f52d24f9c13bc221cd8ec4ff0b39ba585c8b508c200792a82aa4ea7d1608008e47d453691220e23152128857c6bf84a4e797fd4262ab184c
6
+ metadata.gz: 50d8dd4fa38c7015a08ed115173e0af9eb8221f8c238cd792990e5a46cb86da5cf933d5ddc9b53fad86b822bdb17105ec9bfd6d4bbff10495410dde431401288
7
+ data.tar.gz: fa1af902021af37359f2f14cc4fb88817ed99242902fd7c6044aec2880aec74d998fbf6f690f9f621b51f99461f74b256fa23d43aaf7b6156f84bc4122568c70
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- elasticsearch-drain (0.0.1)
4
+ elasticsearch-drain (0.0.2)
5
5
  aws-sdk (~> 2)
6
6
  elasticsearch (~> 1.0)
7
7
  thor (~> 0.19)
@@ -14,12 +14,12 @@ GEM
14
14
  ast (2.1.0)
15
15
  astrolabe (1.3.1)
16
16
  parser (~> 2.2)
17
- aws-sdk (2.1.30)
18
- aws-sdk-resources (= 2.1.30)
19
- aws-sdk-core (2.1.30)
17
+ aws-sdk (2.1.34)
18
+ aws-sdk-resources (= 2.1.34)
19
+ aws-sdk-core (2.1.34)
20
20
  jmespath (~> 1.0)
21
- aws-sdk-resources (2.1.30)
22
- aws-sdk-core (= 2.1.30)
21
+ aws-sdk-resources (2.1.34)
22
+ aws-sdk-core (= 2.1.34)
23
23
  coderay (1.1.0)
24
24
  crack (0.4.2)
25
25
  safe_yaml (~> 1.0.0)
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ['Andrew_Thompson@rapid7.com']
11
11
  spec.summary = %q{Elasticsearch node replacement utility that tries to keep the cluster healthy}
12
12
  spec.description = %q{The purpose of this utility is to drain documents from Elasticsearch nodes in an AutoScaling Group}
13
- spec.homepage = ''
13
+ spec.homepage = 'https://github.com/rapid7/elasticsearch-drain'
14
14
  spec.license = 'MIT'
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,5 +1,5 @@
1
1
  module Elasticsearch
2
2
  class Drain
3
- VERSION = '0.0.1'
3
+ VERSION = '0.0.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elasticsearch-drain
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Thompson
@@ -121,7 +121,7 @@ files:
121
121
  - test/elasticsearch/drain/test_nodes.rb
122
122
  - test/elasticsearch/test_drain.rb
123
123
  - test/test_helper.rb
124
- homepage: ''
124
+ homepage: https://github.com/rapid7/elasticsearch-drain
125
125
  licenses:
126
126
  - MIT
127
127
  metadata: {}