cfndsl 1.3.8 → 1.3.9

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: 44c4465eaa56cb135814ebea11dde4513e631819643e3489bfa0f7bee45964ad
4
- data.tar.gz: '049fe199e55a9a4ad06b4665bf7971f7b9d225b7a206a248528b8311a6bf13d7'
3
+ metadata.gz: ce4f12cd2532e9f0feda0ba90436fe76c1b92389fd0c72af072f5553465579c6
4
+ data.tar.gz: 9616a3c9d589fe3686a5fffed7b1555a0458727cffa7ae968f9127196aaf3cdb
5
5
  SHA512:
6
- metadata.gz: be48a8493f361793180c7b98ad76e57bce566aa70823380ca65408850fb09cfa0240a6767aee3c6f614ada5fe7e0d1a0dfbe8cfb8662c06d9d202a78b7245131
7
- data.tar.gz: 80d31ed676b94bf904ecdd9d494e50350e89cb51f12a337b033e98862c87405f44b506796174520134b840579a56d9d339af8664fb4f2b804443883af181f589
6
+ metadata.gz: 67b552107958343a8f8a816691c97533b9cb45ae4c12bacfce7c2f3d499cea04936e30dc7320c4008a61351c9f998350ad48526cdeddb81eb945e79f02d9dd32
7
+ data.tar.gz: 839d95ff35f1515fbd03761ba438a1e5c95597fe3c488d6b9afad6c5f128367edb3c3cfcdaa3af083db8d593fb0dec7a89c698f496bf7a76a0357c4fa88ef645
data/CHANGELOG.md CHANGED
@@ -1,8 +1,16 @@
1
1
  # Changelog
2
2
 
3
- ## [1.3.8](https://github.com/cfndsl/cfndsl/tree/1.3.8) (2022-06-30)
3
+ ## [1.3.9](https://github.com/cfndsl/cfndsl/tree/1.3.9) (2022-07-26)
4
4
 
5
- [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.3.7...1.3.8)
5
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.3.8...1.3.9)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - Fix output typos [\#481](https://github.com/cfndsl/cfndsl/pull/481) ([mitchclarkebase2](https://github.com/mitchclarkebase2))
10
+
11
+ ## [v1.3.8](https://github.com/cfndsl/cfndsl/tree/v1.3.8) (2022-06-30)
12
+
13
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.3.7...v1.3.8)
6
14
 
7
15
  **Merged pull requests:**
8
16
 
data/README.md CHANGED
@@ -443,7 +443,7 @@ Usage: cfndsl [options] FILE
443
443
  -p, --pretty Pretty-format output JSON
444
444
  -f, --format FORMAT Specify the output format (JSON default)
445
445
  -D, --define "VARIABLE=VALUE" Directly set local VARIABLE as VALUE
446
- -v, --verbose Turn on verbose ouptut
446
+ -v, --verbose Turn on verbose output
447
447
  -m, --disable-deep-merge Disable deep merging of yaml
448
448
  -s, --specification-file FILE Location of Cloudformation Resource Specification file
449
449
  -u [VERSION], Update the Resource Specification file to latest, or specific version
data/lib/cfndsl/runner.rb CHANGED
@@ -46,7 +46,7 @@ module CfnDsl
46
46
  end
47
47
 
48
48
  options[:verbose] = false
49
- opts.on('-v', '--verbose', 'Turn on verbose ouptut') do
49
+ opts.on('-v', '--verbose', 'Turn on verbose output') do
50
50
  options[:verbose] = true
51
51
  end
52
52
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CfnDsl
4
- VERSION = '1.3.8'
4
+ VERSION = '1.3.9'
5
5
  end
data/spec/cli_spec.rb CHANGED
@@ -12,7 +12,7 @@ describe 'cfndsl', type: :aruba do
12
12
  -p, --pretty Pretty-format output JSON
13
13
  -f, --format FORMAT Specify the output format (JSON default)
14
14
  -D, --define "VARIABLE=VALUE" Directly set local VARIABLE as VALUE
15
- -v, --verbose Turn on verbose ouptut
15
+ -v, --verbose Turn on verbose output
16
16
  -m, --disable-deep-merge Disable deep merging of yaml
17
17
  -s, --specification-file FILE Location of Cloudformation Resource Specification file
18
18
  -u [VERSION], Update the Resource Specification file to latest, or specific version
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.8
4
+ version: 1.3.9
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-30 00:00:00.000000000 Z
14
+ date: 2022-07-26 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bundler