ufo 4.1.9 → 4.1.10

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
  SHA256:
3
- metadata.gz: 027df9548ff36814edabb306f479d724bf814e97e87fe4c1dcfadd174a1c3e6d
4
- data.tar.gz: 11a709c1ff86f34775cb857c460d2bd0105cb634bcdacc802374d5611056835f
3
+ metadata.gz: 501963fb06ebc2a713f8ba1cb694825a7c34819a3893c7f7d027e153b7dee52e
4
+ data.tar.gz: c80f5edf10bf3ac6edd9c0e0facffc3653fb5a522051b5c4ed5d6fbde2686c82
5
5
  SHA512:
6
- metadata.gz: 13560ecfb4063f479b9af95c097a7d16747a5f87ee2191c8393f528d385845e0751b49a390c1208e03a9b8e2b1b78917c8ab76d19e99abb4658218d8bb8e08b9
7
- data.tar.gz: 5d3b9b9eedf0c63fc892bbcc826bb8b1fd325285951ab687e0f03264c5c22e739e672ab3dd27614c6d7499d3f3ad543a2cea50c8aaa99e24a5cfa24703ebc42f
6
+ metadata.gz: c7f50c70ea8a2d66cf72a5ebd00c7bab4e3216cf0dc0f47601df2fe154091aecea467cc1a334063401135b8c6284d04558ebb29bac4f29cf2cce83f963e105e5
7
+ data.tar.gz: d2acaf39afcc3c8210bcb99a1427429f3c621dc93f04b67cb2e00d4ad78148204ad67fa6be354e0d114c5fa3d1363e03d338a995f8e1edcf7d728372cb486eee
@@ -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
+ ## [4.1.10]
7
+ - print out failure reason
8
+
6
9
  ## [4.1.9]
7
10
  - print Command failed if task fails
8
11
 
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ufo (4.1.9)
4
+ ufo (4.1.10)
5
5
  aws-sdk-cloudformation
6
6
  aws-sdk-cloudwatchlogs
7
7
  aws-sdk-ec2
@@ -212,6 +212,7 @@ module Ufo
212
212
 
213
213
  if container.exit_code.nil?
214
214
  puts "Command failed!".colorize(:red)
215
+ puts "Reason: #{container.reason}"
215
216
  1
216
217
  else
217
218
  container.exit_code
@@ -1,3 +1,3 @@
1
1
  module Ufo
2
- VERSION = "4.1.9"
2
+ VERSION = "4.1.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ufo
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.9
4
+ version: 4.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen