kumogata 0.4.2 → 0.4.3

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: 5248581d482c4b7cc0e5212ca1c10a6d4c9ddc99
4
- data.tar.gz: 711312de91978fa07374b52999efe9a8f99bf35b
3
+ metadata.gz: 5a3f0cb776ca09cc7162b3c08e21582de86aa421
4
+ data.tar.gz: d4e87584f981bba7523eaac028554032ecdfd8fb
5
5
  SHA512:
6
- metadata.gz: f5fe11bedcbecc70503a7dab6e4427f41efa7599d2fa7ec6198c833c95afff7d7ad04ae4c2e63ed97f722af30b2a7ef64f2740634ef1077e742e8d6e56a4145e
7
- data.tar.gz: 2811cfdd90af667f1245961e9182d770c38490063a28d18724d15bbdeaa5a2bc5cca0699915f3702a984690f958b1b9e1861a49dd6101a4b3a517b2a0ddd1396
6
+ metadata.gz: 1488d23314c6723a1a6da704567a0321a735f15c56df3bb32ff531c439d6ed56c7b7e1b7e8d866aa0cae2b86fbf4bc18eb4c359d06df8bf74314f8fae15c49ac
7
+ data.tar.gz: 05f53a9aa0e64b040e510598ee38b484ba6febf493ab1f8f61995676e8d2a232ed9e1fa7918b6fefb603a8e899c8828615749ead921e8178ea4f4d94b2c3518a
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?201403122354)](http://badge.fury.io/rb/kumogata)
9
- [![Build Status](https://drone.io/github.com/winebarrel/kumogata/status.png?201403122354)](https://drone.io/github.com/winebarrel/kumogata/latest)
8
+ [![Gem Version](https://badge.fury.io/rb/kumogata.png?201403130002)](http://badge.fury.io/rb/kumogata)
9
+ [![Build Status](https://drone.io/github.com/winebarrel/kumogata/status.png?201403130002)](https://drone.io/github.com/winebarrel/kumogata/latest)
10
10
 
11
11
  It can define a template in Ruby DSL, such as:
12
12
 
@@ -148,7 +148,7 @@ class Kumogata::Client
148
148
  :key_conv => key_converter,
149
149
  :value_conv => value_converter,
150
150
  :scope_hook => proc {|scope|
151
- define_template_func(scope, template.path)
151
+ define_template_func(scope, path_or_url)
152
152
  },
153
153
  :filename => path_or_url,
154
154
  })
@@ -1,3 +1,3 @@
1
1
  module Kumogata
2
- VERSION = '0.4.2'
2
+ VERSION = '0.4.3'
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.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Genki Sugawara