aell 0.2.0 → 0.2.1
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 +4 -4
- data/Gemfile.lock +10 -10
- data/exe/aell +1 -1
- data/lib/aell/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 94fe064297c4b6e618134e70230020a1b9552a6e288ff86aecff71a508585c7d
|
|
4
|
+
data.tar.gz: ca99c0fcb7a2e75c345c9cef548de08e05fcc8c982783258872f3d67a7e9b8eb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b5d8ba70b6c8915af3b5b9bbf5bc3175e8cac25744d0686bc6d9902d81422ef31a5b93681417c5ed08bffaccd017ebc0d8824a9131d1f96c11d9918144dd3be4
|
|
7
|
+
data.tar.gz: 9d0cf7ce45717876d5437c41707dcf2b438c7894fcd553225520df489143bcaaa4589f2f7a1a17b820160a16d57cce9906d44c31556a0bd8a6d206e353afb69a
|
data/Gemfile.lock
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
aell (0.2.
|
|
4
|
+
aell (0.2.1)
|
|
5
5
|
aws-sdk-ec2 (~> 1.137)
|
|
6
6
|
net-ssh-multi (~> 1.2.1)
|
|
7
7
|
|
|
8
8
|
GEM
|
|
9
9
|
remote: https://rubygems.org/
|
|
10
10
|
specs:
|
|
11
|
-
aws-eventstream (1.0
|
|
12
|
-
aws-partitions (1.
|
|
13
|
-
aws-sdk-core (3.
|
|
14
|
-
aws-eventstream (~> 1
|
|
11
|
+
aws-eventstream (1.1.0)
|
|
12
|
+
aws-partitions (1.333.0)
|
|
13
|
+
aws-sdk-core (3.101.0)
|
|
14
|
+
aws-eventstream (~> 1, >= 1.0.2)
|
|
15
15
|
aws-partitions (~> 1, >= 1.239.0)
|
|
16
16
|
aws-sigv4 (~> 1.1)
|
|
17
17
|
jmespath (~> 1.0)
|
|
18
|
-
aws-sdk-ec2 (1.
|
|
19
|
-
aws-sdk-core (~> 3, >= 3.
|
|
18
|
+
aws-sdk-ec2 (1.170.0)
|
|
19
|
+
aws-sdk-core (~> 3, >= 3.99.0)
|
|
20
20
|
aws-sigv4 (~> 1.1)
|
|
21
|
-
aws-sigv4 (1.
|
|
22
|
-
aws-eventstream (~> 1
|
|
21
|
+
aws-sigv4 (1.2.0)
|
|
22
|
+
aws-eventstream (~> 1, >= 1.0.2)
|
|
23
23
|
coderay (1.1.2)
|
|
24
24
|
diff-lcs (1.3)
|
|
25
25
|
jmespath (1.4.0)
|
|
26
26
|
method_source (0.9.2)
|
|
27
|
-
net-ssh (
|
|
27
|
+
net-ssh (6.1.0)
|
|
28
28
|
net-ssh-gateway (2.0.0)
|
|
29
29
|
net-ssh (>= 4.0.0)
|
|
30
30
|
net-ssh-multi (1.2.1)
|
data/exe/aell
CHANGED
|
@@ -41,7 +41,7 @@ def get_servers_ips(tag:, **aws_options)
|
|
|
41
41
|
})
|
|
42
42
|
.collect { |i| i.private_ip_address }.compact
|
|
43
43
|
|
|
44
|
-
rescue Aws::EC2::Errors::
|
|
44
|
+
rescue Aws::EC2::Errors::ServiceError => ex
|
|
45
45
|
error(ex.message)
|
|
46
46
|
rescue Interrupt
|
|
47
47
|
exit 2
|
data/lib/aell/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aell
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Carlos Atkinson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-06-
|
|
11
|
+
date: 2020-06-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-ec2
|