kumogata 0.4.12 → 0.4.13

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
  SHA1:
3
- metadata.gz: 60b666d69792655cd9d5f1ef9b67d8bc73aa1801
4
- data.tar.gz: b40df1b37bad8bc10c9fa2f680324fad09ada144
3
+ metadata.gz: 699cf1064cdba018c12f33fdab0a1553ce09b825
4
+ data.tar.gz: 67dc4a38f8b968e275101c9bce0ac16aaac5de44
5
5
  SHA512:
6
- metadata.gz: 0d1acf88ed630a8ecba7cfa15ac2b8503d128ee9dcb9617cfea4eba019f1047e1548bd4c84c26b1c4909846b782a547cd8c4d8477969b1f7fe746eb83538ef6b
7
- data.tar.gz: 5647c1968838158a41bf6568842074cfeed764a8471737454ffe645f658eca9cfde5fb201252efa97cbe470753c97015d553c2afc00c433f1adb9a5ae8ae308d
6
+ metadata.gz: 9cab413eeab9541e08b459ff2117ea2bb2cd6f848c6caf5f47a5bc7d79c9850ea50720eefa2f6b29a2f22945f55b4cd40c20399ea4f911f7a5bef9d819be9b24
7
+ data.tar.gz: f6ed042485c55d443d736b3c02619f9e90c23422d7538f9fe199dd888d6e530e7cb2dde49bf06d9e4f71ad8ebc226df9e6b676cd7da93e2f3c84b8e1213f8bff
data/README.md CHANGED
@@ -5,8 +5,8 @@
5
5
 
6
6
  Kumogata is a tool for [AWS CloudFormation](https://aws.amazon.com/cloudformation/).
7
7
 
8
- [![Gem Version](https://badge.fury.io/rb/kumogata.png?201404231403)](http://badge.fury.io/rb/kumogata)
9
- [![Build Status](https://drone.io/github.com/winebarrel/kumogata/status.png?201404231403)](https://drone.io/github.com/winebarrel/kumogata/latest)
8
+ [![Gem Version](https://badge.fury.io/rb/kumogata.png?201404231500)](http://badge.fury.io/rb/kumogata)
9
+ [![Build Status](https://drone.io/github.com/winebarrel/kumogata/status.png?201404231500)](https://drone.io/github.com/winebarrel/kumogata/latest)
10
10
 
11
11
  It can define a template in Ruby DSL, such as:
12
12
 
@@ -277,7 +277,7 @@ class Kumogata::PostProcessing
277
277
 
278
278
  expected_outputs.each do |key|
279
279
  unless outputs.keys.include?(key)
280
- raise "Unknown output: #{name} => #{key.inspect}"
280
+ $stderr.puts("[WARN] Undefined output: #{name} => #{key.inspect}".yellow)
281
281
  end
282
282
  end
283
283
  end
@@ -1,3 +1,3 @@
1
1
  module Kumogata
2
- VERSION = '0.4.12'
2
+ VERSION = '0.4.13'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kumogata
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.12
4
+ version: 0.4.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Genki Sugawara