cfndsl 1.3.6 → 1.3.7

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: 1ceb84791ba82ab87bc436044190c38d88977e91ba3000a23eda817223a5a7a1
4
- data.tar.gz: f70d20c384bffe9739301c6b3b8ba40ebe3d605de99b8a46ebe715e178492b30
3
+ metadata.gz: e4a4dc3e74e9148bb00af80f778d8fdec6ec7787c8f672650665fded6ed1f844
4
+ data.tar.gz: 774b8ce5a9b6026145be6419676c93163fb0c4dd17aefc3f15dd7f9faf3e9fed
5
5
  SHA512:
6
- metadata.gz: 19af4bc25b347cc61363cd6500ed59fb913182d5a4ce32c5c0754d5eca33bc78de168ebbb584d55e2f801a9a7076675b425b758c627bf4d2114646e5761b8ed8
7
- data.tar.gz: 989bad5d7dc8a08011290f066d3de6fc9b082b6b6ec92604407497eae26c7aaf84782dadc89211691b9e8a0fbb3aabe8d53030613e3cf2bce064288986e1647a
6
+ metadata.gz: a7206da484e758c46c35a6703c23a98c08562323543dcd352ae199eef76659535ebcef19a115e91d202ed2ef9ebcbfc80ee3a73dc5ef9a916403f73279a7e3c5
7
+ data.tar.gz: bdded26b0d6d947c61e29e63189a58c6d21246d05961922e5eddfd44990e8a1d05bcc3894d1a1c1f57ba34421d822d704d8ee5a006aa9123fdb4a429ea5ba732
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.3.7](https://github.com/cfndsl/cfndsl/tree/1.3.7) (2022-06-30)
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)
10
+
11
+ **Merged pull requests:**
12
+
13
+ - Fix for cfndsl list command, undefined method 'Resources' [\#480](https://github.com/cfndsl/cfndsl/pull/480) ([avasisht](https://github.com/avasisht))
14
+
15
+ ## [v1.3.6](https://github.com/cfndsl/cfndsl/tree/v1.3.6) (2022-06-07)
16
+
17
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.3.5...v1.3.6)
18
+
3
19
  ## [v1.3.5](https://github.com/cfndsl/cfndsl/tree/v1.3.5) (2022-06-07)
4
20
 
5
21
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.3.4...v1.3.5)
data/README.md CHANGED
@@ -1,9 +1,8 @@
1
1
  cfndsl
2
2
  ======
3
3
 
4
- [![Build Status](https://travis-ci.org/cfndsl/cfndsl.png?branch=master)](https://travis-ci.org/cfndsl/cfndsl)
4
+ [![Spec](https://github.com/cfndsl/cfndsl/actions/workflows/spec.yml/badge.svg)](https://github.com/cfndsl/cfndsl/actions/workflows/spec.yml)
5
5
  [![Gem Version](https://badge.fury.io/rb/cfndsl.png)](http://badge.fury.io/rb/cfndsl)
6
- [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/cfndsl/cfndsl?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![Join the chat at https://gitter.im/cfndsl/cfndsl](https://badges.gitter.im/cfndsl/cfndsl.svg)](https://gitter.im/cfndsl/cfndsl?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
7
6
 
8
7
  [AWS Cloudformation](http://docs.amazonwebservices.com/AWSCloudFormation/latest/UserGuide/GettingStarted.html) templates are an incredibly powerful way to build
9
8
  sets of resources in Amazon's AWS environment.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CfnDsl
4
- VERSION = '1.3.6'
4
+ VERSION = '1.3.7'
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.6
4
+ version: 1.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Jack
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: exe
13
13
  cert_chain: []
14
- date: 2022-06-07 00:00:00.000000000 Z
14
+ date: 2022-06-30 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bundler