cfndsl 1.3.7 → 1.3.8

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: e4a4dc3e74e9148bb00af80f778d8fdec6ec7787c8f672650665fded6ed1f844
4
- data.tar.gz: 774b8ce5a9b6026145be6419676c93163fb0c4dd17aefc3f15dd7f9faf3e9fed
3
+ metadata.gz: 44c4465eaa56cb135814ebea11dde4513e631819643e3489bfa0f7bee45964ad
4
+ data.tar.gz: '049fe199e55a9a4ad06b4665bf7971f7b9d225b7a206a248528b8311a6bf13d7'
5
5
  SHA512:
6
- metadata.gz: a7206da484e758c46c35a6703c23a98c08562323543dcd352ae199eef76659535ebcef19a115e91d202ed2ef9ebcbfc80ee3a73dc5ef9a916403f73279a7e3c5
7
- data.tar.gz: bdded26b0d6d947c61e29e63189a58c6d21246d05961922e5eddfd44990e8a1d05bcc3894d1a1c1f57ba34421d822d704d8ee5a006aa9123fdb4a429ea5ba732
6
+ metadata.gz: be48a8493f361793180c7b98ad76e57bce566aa70823380ca65408850fb09cfa0240a6767aee3c6f614ada5fe7e0d1a0dfbe8cfb8662c06d9d202a78b7245131
7
+ data.tar.gz: 80d31ed676b94bf904ecdd9d494e50350e89cb51f12a337b033e98862c87405f44b506796174520134b840579a56d9d339af8664fb4f2b804443883af181f589
data/CHANGELOG.md CHANGED
@@ -1,17 +1,21 @@
1
1
  # Changelog
2
2
 
3
- ## [1.3.7](https://github.com/cfndsl/cfndsl/tree/1.3.7) (2022-06-30)
3
+ ## [1.3.8](https://github.com/cfndsl/cfndsl/tree/1.3.8) (2022-06-30)
4
4
 
5
- [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.3.6...1.3.7)
6
-
7
- **Closed issues:**
8
-
9
- - Missing AWS::ElasticLoadBalancingV2::LoadBalancer SubnetMapping [\#479](https://github.com/cfndsl/cfndsl/issues/479)
5
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.3.7...1.3.8)
10
6
 
11
7
  **Merged pull requests:**
12
8
 
13
9
  - Fix for cfndsl list command, undefined method 'Resources' [\#480](https://github.com/cfndsl/cfndsl/pull/480) ([avasisht](https://github.com/avasisht))
14
10
 
11
+ ## [v1.3.7](https://github.com/cfndsl/cfndsl/tree/v1.3.7) (2022-06-30)
12
+
13
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.3.6...v1.3.7)
14
+
15
+ **Closed issues:**
16
+
17
+ - Missing AWS::ElasticLoadBalancingV2::LoadBalancer SubnetMapping [\#479](https://github.com/cfndsl/cfndsl/issues/479)
18
+
15
19
  ## [v1.3.6](https://github.com/cfndsl/cfndsl/tree/v1.3.6) (2022-06-07)
16
20
 
17
21
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.3.5...v1.3.6)
data/lib/cfndsl/runner.rb CHANGED
@@ -76,7 +76,7 @@ module CfnDsl
76
76
 
77
77
  opts.on('-l', '--list', 'List supported resources') do
78
78
  require_relative 'cfnlego'
79
- puts Cfnlego.Resources.sort
79
+ puts Cfnlego.resources.sort
80
80
  exit
81
81
  end
82
82
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CfnDsl
4
- VERSION = '1.3.7'
4
+ VERSION = '1.3.8'
5
5
  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: 1.3.7
4
+ version: 1.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Jack