cfndsl 0.16.12 → 0.16.13
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 +4 -4
- data/CHANGELOG.md +14 -2
- data/lib/cfndsl/patches.rb +1 -0
- data/lib/cfndsl/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 39f6058bc70de2ab78c3235b6e16e4212a572516e6aaa79be227cff3c4a73d55
|
4
|
+
data.tar.gz: 1d01e2cefef6a5b35fd499b4b9f3d5c2b97305937497b69ff1fabd9f2749f417
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5b5ef82ea45c3501f1a9e2e7e66acb1a63f335884b0698b318b5a829dad1eca547ec8c0267a1fa50f4a66ae73a4a9c9667b217dd8aaae9cd4a2faae880c9a36f
|
7
|
+
data.tar.gz: 292543bb9034c01ac44d180b6ff41133029890af4ce6b1bce04970dd647fd9a5eaa281a70120ff312abe3e35084cd279417d8abcffd2ff5567c2b424bae00271
|
data/CHANGELOG.md
CHANGED
@@ -1,7 +1,19 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
-
## [0.16.
|
4
|
-
[Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.16.
|
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
|
|
data/lib/cfndsl/patches.rb
CHANGED
@@ -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' },
|
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.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-
|
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.
|
153
|
+
rubygems_version: 3.0.3
|
154
154
|
signing_key:
|
155
155
|
specification_version: 4
|
156
156
|
summary: AWS Cloudformation DSL
|