aws-ec2 1.4.8 → 1.4.9
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/CHANGELOG.md +3 -0
- data/lib/aws_ec2/create.rb +1 -1
- data/lib/aws_ec2/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: ee909f7841daa91d70f1b4f1feb32e0d1ba5268104741a37254893197b9536b8
|
|
4
|
+
data.tar.gz: c4522526eaac61e92a3d564ec5f1d6a400c81439356aee9bdcb91a6717ff41d2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 80067b342cbad7734d0364abfb9d18a830d3ba6432681f17e8e1edc61ba30266cde3ff38dbf7c52a0d0dfd9c45b68e10d4452603587194722bbd0b9551ae6ee6
|
|
7
|
+
data.tar.gz: a41641c6bab26cb534c9383ed7d63ab89c449c4e34f89c65eb97bda4adc624cf55617ff22338ead05b2c4eaf1845ee3e3a199008fb2574a0c0f13fd1cf54b5cc
|
data/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
This project *tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.
|
|
5
5
|
|
|
6
|
+
## [1.4.9]
|
|
7
|
+
- fix /var/log/auto-terminate.log puts
|
|
8
|
+
|
|
6
9
|
## [1.4.8]
|
|
7
10
|
- show auto-terminate log also in AWS_EC2_CW mode
|
|
8
11
|
|
data/lib/aws_ec2/create.rb
CHANGED
|
@@ -99,7 +99,7 @@ module AwsEc2
|
|
|
99
99
|
|
|
100
100
|
puts " #{cw_init_log}" if ENV['AWS_EC2_CW']
|
|
101
101
|
if ENV['AWS_EC2_CW'] && @options[:auto_terminate]
|
|
102
|
-
cw_terminate_log = "cw tail -f ec2 #{instance_id}/var/log/
|
|
102
|
+
cw_terminate_log = "cw tail -f ec2 #{instance_id}/var/log/auto-terminate.log"
|
|
103
103
|
puts " #{cw_terminate_log}"
|
|
104
104
|
end
|
|
105
105
|
|
data/lib/aws_ec2/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-ec2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tung Nguyen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-03-
|
|
11
|
+
date: 2018-03-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|