cfndsl 0.16.8 → 0.16.9

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: 5bacc46725896fd1b3c6b43bae380c43b05c57a645a9ee3a7916ee929f35082e
4
- data.tar.gz: 70ca8933e5bc42b7f01577df2fccc9de422cd417d1a638a44884243d533d2718
3
+ metadata.gz: f221cb6dcd91c7c77e47c33e5505e9bf403be039798d939f7d56bde6fa4e34c0
4
+ data.tar.gz: d1bf20095128c3161b87a2d479a17996bf8bcc54153a2a988efb973788235aea
5
5
  SHA512:
6
- metadata.gz: 30ad2c3c3adc3ca77375c359a3eee024bb9cbe13082eab3b2259a3607cedb7cabac2d50b9a8654c7428f0e52594207c0bc584a1832bcf5471871c436e5b26e24
7
- data.tar.gz: c29080f9add8bc92be059f64ea628d7a614a363e44eb25b5ee908cb37fad2979dcacc573388d8e74f48733333762cce4b1c362d660985d3a5b149feeeeb70db6
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.8](https://github.com/cfndsl/cfndsl/tree/0.16.8) (2018-11-21)
4
- [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.16.7...0.16.8)
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
 
@@ -48,6 +48,7 @@ module CfnDsl
48
48
  'Number' => 'Number',
49
49
  'Double' => 'Double',
50
50
  'Timestamp' => 'Timestamp',
51
+ 'Map' => 'Map',
51
52
  'Long' => 'Long'
52
53
  }
53
54
  spec.each_with_object(primitive_types) do |(property_name, property_info), types|
@@ -1,3 +1,3 @@
1
1
  module CfnDsl
2
- VERSION = '0.16.8'.freeze
2
+ VERSION = '0.16.9'.freeze
3
3
  end
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.8
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-11-21 00:00:00.000000000 Z
14
+ date: 2018-12-07 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bundler