opsworks 0.0.14 → 0.0.15

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a24c300ec4ca258fd1d93d50d8d7d9673bc06b6b
4
- data.tar.gz: db3f12062346f283a16ea57f92967f6f9875a964
3
+ metadata.gz: 1eb7d340b41fc33fe2c070c36d46b402bba81e90
4
+ data.tar.gz: 7bf399ca7517b62676b5d0b5b9602b231040f4ab
5
5
  SHA512:
6
- metadata.gz: 90a7af50d584a6cbce7e13d9d6ccf2e38fa818507514073d5aeffec29c74750b6a6f9dbb09468eaf38404d4f65005b745d5241a62fdf0e46edcb4c7dc4e9ffd5
7
- data.tar.gz: a00a6474a69df20cf59805ba82f49af1172be6ed30b9ecf81ea15fc958e90aa88da882689fc00fbd631b87a3121863ef3011673580135ef33c90d39fa7b94b84
6
+ metadata.gz: 85eb67216bedb0b999205144f0d0122d38885dd07a2cf093bdced82df147f19c3f6493ccf3cb67bcb724d8958b2bd882bd491a052f523a720189b89e073c00ba
7
+ data.tar.gz: c5e50da7f78c72c270ed6fbc5da92fc62668c7ba8224e4abddf4e6cec3dcfb4bb794540169a87686e0b0f1ad35f236e4c87607f924055b6577018ea205fbdf2f
@@ -38,6 +38,7 @@ module OpsWorks::Commands
38
38
  instances += result.instances.select { |i| i[:status] != "stopped" }
39
39
  end
40
40
 
41
+ instances.reject! { |i| i[:elastic_ip].nil? && i[:public_ip].nil? }
41
42
  instances.map! do |instance|
42
43
  ip = instance[:elastic_ip] || instance[:public_ip]
43
44
  parameters = {
@@ -1,5 +1,5 @@
1
1
  module OpsWorks
2
- VERSION = "0.0.14"
2
+ VERSION = "0.0.15"
3
3
  AUTHORS = ["Adam Lindberg"]
4
4
  EMAIL = ["hello@alind.io"]
5
5
  DESCRIPTION = "Amazon OpsWorks CLI"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opsworks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Lindberg
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-25 00:00:00.000000000 Z
11
+ date: 2013-11-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: inifile