aws-ec2 1.4.8 → 1.4.9

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
  SHA256:
3
- metadata.gz: bfe311c06bd5d34433b91f02cfc04728c124b46cbfe67b54b16e3876daed0320
4
- data.tar.gz: 577e3e4bcb9241021c6358f1a7977bb846a23073e313a99158bb720cb1a33c6a
3
+ metadata.gz: ee909f7841daa91d70f1b4f1feb32e0d1ba5268104741a37254893197b9536b8
4
+ data.tar.gz: c4522526eaac61e92a3d564ec5f1d6a400c81439356aee9bdcb91a6717ff41d2
5
5
  SHA512:
6
- metadata.gz: 3893397e1f298040f246ae5013a6cd2d69c1d721acd6ddad9e4aa0a6a3256862039d5998c48de6c83afdfe27c2bcd98868144addd1fc724214d19da63f94b400
7
- data.tar.gz: 914c393e55c6212b14111208aba72926c74f0af88bd345554e14aa4deae114540256b287f1ad8404f677cf75672fef18ee5df4366c169b54ed2e20574dde4dae
6
+ metadata.gz: 80067b342cbad7734d0364abfb9d18a830d3ba6432681f17e8e1edc61ba30266cde3ff38dbf7c52a0d0dfd9c45b68e10d4452603587194722bbd0b9551ae6ee6
7
+ data.tar.gz: a41641c6bab26cb534c9383ed7d63ab89c449c4e34f89c65eb97bda4adc624cf55617ff22338ead05b2c4eaf1845ee3e3a199008fb2574a0c0f13fd1cf54b5cc
@@ -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
 
@@ -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/cloud-init-output.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
 
@@ -1,3 +1,3 @@
1
1
  module AwsEc2
2
- VERSION = "1.4.8"
2
+ VERSION = "1.4.9"
3
3
  end
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.8
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-28 00:00:00.000000000 Z
11
+ date: 2018-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport