cfndsl 0.16.12 → 0.16.13

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: 7d93cab5f9206f306505ff0cea1123e1c58e3d7513c6aead593bfb4a65c9dfdf
4
- data.tar.gz: 6708932037324d043c6440daac0f1d6925fe7165f041143fcd26d026d05625ea
3
+ metadata.gz: 39f6058bc70de2ab78c3235b6e16e4212a572516e6aaa79be227cff3c4a73d55
4
+ data.tar.gz: 1d01e2cefef6a5b35fd499b4b9f3d5c2b97305937497b69ff1fabd9f2749f417
5
5
  SHA512:
6
- metadata.gz: e98c3f6ddc83d8822e6134f800f3eeb06b454bb105d6d8629ad69e01f2d9f7de11332c0b30a503b6f7d62a35e37f0466c52b3083b1a846dad39546f035a297d7
7
- data.tar.gz: 44480544c052ecdd34ee0d007598aa78020af48f2b26afad98cfdd8700c373a29af0fe9af96178dbf9d76598d6835995978e3c53ee99190c1dc9f084a067dd60
6
+ metadata.gz: 5b5ef82ea45c3501f1a9e2e7e66acb1a63f335884b0698b318b5a829dad1eca547ec8c0267a1fa50f4a66ae73a4a9c9667b217dd8aaae9cd4a2faae880c9a36f
7
+ data.tar.gz: 292543bb9034c01ac44d180b6ff41133029890af4ce6b1bce04970dd647fd9a5eaa281a70120ff312abe3e35084cd279417d8abcffd2ff5567c2b424bae00271
@@ -1,7 +1,19 @@
1
1
  # Change Log
2
2
 
3
- ## [0.16.12](https://github.com/cfndsl/cfndsl/tree/0.16.12) (2019-02-25)
4
- [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.16.11...0.16.12)
3
+ ## [0.16.13](https://github.com/cfndsl/cfndsl/tree/0.16.13) (2019-03-22)
4
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.16.12...0.16.13)
5
+
6
+ **Closed issues:**
7
+
8
+ - latest specification issues with 0.16.2 [\#404](https://github.com/cfndsl/cfndsl/issues/404)
9
+ - Integrate CF Resource Specification [\#276](https://github.com/cfndsl/cfndsl/issues/276)
10
+
11
+ **Merged pull requests:**
12
+
13
+ - add InlineCode to serverless function [\#405](https://github.com/cfndsl/cfndsl/pull/405) ([gergnz](https://github.com/gergnz))
14
+
15
+ ## [v0.16.12](https://github.com/cfndsl/cfndsl/tree/v0.16.12) (2019-02-24)
16
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.16.11...v0.16.12)
5
17
 
6
18
  **Closed issues:**
7
19
 
@@ -47,6 +47,7 @@ module CfnDsl
47
47
  'Handler' => { 'PrimitiveType' => 'String' },
48
48
  'Runtime' => { 'PrimitiveType' => 'String' },
49
49
  'CodeUri' => { 'PrimitiveType' => 'String' },
50
+ 'InlineCode' => { 'PrimitiveType' => 'String' },
50
51
  'FunctionName' => { 'PrimitiveType' => 'String' },
51
52
  'Description' => { 'PrimitiveType' => 'String' },
52
53
  'MemorySize' => { 'PrimitiveType' => 'Integer' },
@@ -1,3 +1,3 @@
1
1
  module CfnDsl
2
- VERSION = '0.16.12'.freeze
2
+ VERSION = '0.16.13'.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.12
4
+ version: 0.16.13
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: 2019-02-24 00:00:00.000000000 Z
14
+ date: 2019-03-22 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bundler
@@ -150,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
150
150
  - !ruby/object:Gem::Version
151
151
  version: '0'
152
152
  requirements: []
153
- rubygems_version: 3.0.2
153
+ rubygems_version: 3.0.3
154
154
  signing_key:
155
155
  specification_version: 4
156
156
  summary: AWS Cloudformation DSL