cfndsl 0.16.8 → 0.16.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +22 -2
- data/lib/cfndsl/specification.rb +1 -0
- data/lib/cfndsl/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: f221cb6dcd91c7c77e47c33e5505e9bf403be039798d939f7d56bde6fa4e34c0
|
4
|
+
data.tar.gz: d1bf20095128c3161b87a2d479a17996bf8bcc54153a2a988efb973788235aea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 30a898f5a8d41868b0b0d40832055a53b31e138ed5eae65b28df7f54966662af33f0a6c3328d6d0f36bf88133ea5bc83d8de1b28991b11ef46d3fe1a42a8aaf0
|
7
|
+
data.tar.gz: 5f49a21b96cc5c4e8468a19e9bad3bd30af9483c822b296a47304af83503da5067c3d2e3226b39633f455ff5e2fd078c569436dd1993df1bc96dbbbf24e9a2c1
|
data/CHANGELOG.md
CHANGED
@@ -1,7 +1,27 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
-
## [0.16.
|
4
|
-
[Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.
|
3
|
+
## [0.16.9](https://github.com/cfndsl/cfndsl/tree/0.16.9) (2018-12-08)
|
4
|
+
[Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.17-pre...0.16.9)
|
5
|
+
|
6
|
+
**Closed issues:**
|
7
|
+
|
8
|
+
- uninitialized constant CfnDsl::AWS::Types::Map [\#382](https://github.com/cfndsl/cfndsl/issues/382)
|
9
|
+
- Can't get -D option to work [\#360](https://github.com/cfndsl/cfndsl/issues/360)
|
10
|
+
- CFN schema [\#264](https://github.com/cfndsl/cfndsl/issues/264)
|
11
|
+
|
12
|
+
**Merged pull requests:**
|
13
|
+
|
14
|
+
- fix \#382, add Map primitive type [\#383](https://github.com/cfndsl/cfndsl/pull/383) ([gergnz](https://github.com/gergnz))
|
15
|
+
|
16
|
+
## [v0.17-pre](https://github.com/cfndsl/cfndsl/tree/v0.17-pre) (2018-12-03)
|
17
|
+
[Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.16.8...v0.17-pre)
|
18
|
+
|
19
|
+
**Closed issues:**
|
20
|
+
|
21
|
+
- rubocop 0.50.0 errors [\#347](https://github.com/cfndsl/cfndsl/issues/347)
|
22
|
+
|
23
|
+
## [v0.16.8](https://github.com/cfndsl/cfndsl/tree/v0.16.8) (2018-11-21)
|
24
|
+
[Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.16.7...v0.16.8)
|
5
25
|
|
6
26
|
**Merged pull requests:**
|
7
27
|
|
data/lib/cfndsl/specification.rb
CHANGED
data/lib/cfndsl/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cfndsl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.16.
|
4
|
+
version: 0.16.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Steven Jack
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2018-
|
14
|
+
date: 2018-12-07 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: bundler
|