cfndsl 0.16.7 → 0.16.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d5288f90b75b1ba02860fc1b9a7a6feea6a90d1d18476dc4f9f6779ffea073d1
4
- data.tar.gz: f4b821f8261b474bd85bbf9d248b83a4971e017932df31f54e0d99fbcea105c8
3
+ metadata.gz: 5bacc46725896fd1b3c6b43bae380c43b05c57a645a9ee3a7916ee929f35082e
4
+ data.tar.gz: 70ca8933e5bc42b7f01577df2fccc9de422cd417d1a638a44884243d533d2718
5
5
  SHA512:
6
- metadata.gz: 9dce8cb78e563d0d8a514c7c4a5c9034c2b94f05a7abc0cdef51b83ab6dba0b5edfbf0af791d51283af69ab4820abb4f57c048f5ca2d1955edc0f8ea41b6c5b1
7
- data.tar.gz: 1ca869af3522ddc2b719b1d6620bed102bfd691de702271bff9c3cb633dd353070f0e3929cd1249f02cc832ad03f2c2aaaab957b53ebb760475f5ecd41afcbfd
6
+ metadata.gz: 30ad2c3c3adc3ca77375c359a3eee024bb9cbe13082eab3b2259a3607cedb7cabac2d50b9a8654c7428f0e52594207c0bc584a1832bcf5471871c436e5b26e24
7
+ data.tar.gz: c29080f9add8bc92be059f64ea628d7a614a363e44eb25b5ee908cb37fad2979dcacc573388d8e74f48733333762cce4b1c362d660985d3a5b149feeeeb70db6
@@ -1,7 +1,14 @@
1
1
  # Change Log
2
2
 
3
- ## [0.16.7](https://github.com/cfndsl/cfndsl/tree/0.16.7) (2018-11-12)
4
- [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.16.6...0.16.7)
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)
5
+
6
+ **Merged pull requests:**
7
+
8
+ - add fix for 2.15.0, There is a pattern here... [\#379](https://github.com/cfndsl/cfndsl/pull/379) ([gergnz](https://github.com/gergnz))
9
+
10
+ ## [v0.16.7](https://github.com/cfndsl/cfndsl/tree/v0.16.7) (2018-11-11)
11
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.16.6...v0.16.7)
5
12
 
6
13
  **Closed issues:**
7
14
 
@@ -86,6 +86,12 @@ module CfnDsl
86
86
  'Key' => { 'PrimitiveType' => 'String' }
87
87
  }
88
88
  },
89
+ 'AWS::Api::GatewayDeployment.Tag' => {
90
+ 'Properties' => {
91
+ 'Value' => { 'PrimitiveType' => 'String' },
92
+ 'Key' => { 'PrimitiveType' => 'String' }
93
+ }
94
+ },
89
95
  'AWS::Serverless::SimpleTable.PrimaryKey' => {
90
96
  'Properties' => {
91
97
  'Name' => { 'PrimitiveType' => 'String' },
@@ -1,3 +1,3 @@
1
1
  module CfnDsl
2
- VERSION = '0.16.7'.freeze
2
+ VERSION = '0.16.8'.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.7
4
+ version: 0.16.8
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-11 00:00:00.000000000 Z
14
+ date: 2018-11-21 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bundler