mkstack 1.2.0 → 1.2.1

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: 322eccfead31ad6c826aec54f1e7318895bf083846583c049131e0f07c7cbe23
4
- data.tar.gz: 0a91db392b235136cf72837d971cd933f15af793a984cb3ff07401431f4e7248
3
+ metadata.gz: 156c6f1b2ce583f7723c9943105e5a56b27959cad2dcd3cab914065806d5371b
4
+ data.tar.gz: d994eee79d71b74e2a635059ed1a4ba47cf93d518e3606421a567f6b92bd53ff
5
5
  SHA512:
6
- metadata.gz: dc047d7381bfcc86076eda6ae58de7b4b04a7e61cb29248530d2e13d7c353c3eac5925b2c381383c561d3eb530c190de46fa35ae4bfb38dce7e966667ca3591d
7
- data.tar.gz: c3393240e63e337ce4ef643ca9df68949678ddfb64a118d3647d68eb6c60cdcc90ce40898440e3f5f7790a98bc5e2db4d0b20f807bf648c4ecade270ee1a8017
6
+ metadata.gz: ab4040c5feb8d08e926c58c36ffc9c6f7f70f17c433992cfbb4b227cabf03802ad1f0139fde972847037bf466877f5d6a212f44136e4aa7709135345c7c34550
7
+ data.tar.gz: f09c970148652460c653672016f60f97feae0df146fa487be7d942ea7f98a8470ed4af47467b864b020bc19d0ef42df65295377cc0ee61bf0aa0563e6cb6f61b
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -42,11 +42,11 @@ module MkStack
42
42
  "Description" => Section.new("Description", String, 1024),
43
43
 
44
44
  "Conditions" => Section.new("Conditions", Hash, nil),
45
- "Mappings" => Section.new("Mappings", Hash, 100),
45
+ "Mappings" => Section.new("Mappings", Hash, 200),
46
46
  "Metadata" => Section.new("Metadata", Hash, nil),
47
- "Outputs" => Section.new("Outputs", Hash, 60),
48
- "Parameters" => Section.new("Parameters", Hash, 60),
49
- "Resources" => Section.new("Resources", Hash, nil),
47
+ "Outputs" => Section.new("Outputs", Hash, 200),
48
+ "Parameters" => Section.new("Parameters", Hash, 200),
49
+ "Resources" => Section.new("Resources", Hash, 500),
50
50
  "Transform" => Section.new("Transform", Hash, nil),
51
51
  }
52
52
  @limit = 51200
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "mkstack"
3
- s.version = "1.2.0"
3
+ s.version = "1.2.1"
4
4
  s.summary = "Merge multiple CloudFormation template files into a single template"
5
5
  s.description = <<-EOF
6
6
  Merge multiple CloudFormation template files into a single template. Each file may be in either JSON or YAML format. By default all files are run through an ERB (Embedded RuBy) processor.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mkstack
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Rosen
@@ -33,7 +33,7 @@ cert_chain:
33
33
  kLyoFawGT9fF6+lXyIT9XiaUzOCjQUJo94on5U601Y2GXB4Sa1oxLSBlEtkSwuD3
34
34
  gMHlHdBRvoJurkVzYNWkN+Cz
35
35
  -----END CERTIFICATE-----
36
- date: 2020-09-01 00:00:00.000000000 Z
36
+ date: 2020-10-23 00:00:00.000000000 Z
37
37
  dependencies:
38
38
  - !ruby/object:Gem::Dependency
39
39
  name: aws-sdk-cloudformation
@@ -85,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
85
85
  - !ruby/object:Gem::Version
86
86
  version: '0'
87
87
  requirements: []
88
- rubygems_version: 3.1.2
88
+ rubygems_version: 3.1.4
89
89
  signing_key:
90
90
  specification_version: 4
91
91
  summary: Merge multiple CloudFormation template files into a single template
metadata.gz.sig CHANGED
Binary file