cfndsl 1.3.1 → 1.3.4

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: 63aa8fabcacf35f10e2bf292865366cc7aa00a6916a2f57bf0ecc6030fead851
4
- data.tar.gz: c85aef571978952c8a226a1ca96af578c20934f141e5603438ab6dca960d4a38
3
+ metadata.gz: 17679a08d00f3dca0cdb03403c4f7189119cd9005617f028c0cc35bfac4a4046
4
+ data.tar.gz: 910aef72b07b641d5b11fe9195ff8e4c1a1cfe6cc3e389a498a2714741523b42
5
5
  SHA512:
6
- metadata.gz: 5892bd73b874391a0d066a9b52f30cb839d1f0cfebfd1dc0ae3cfe72ce3283954b5b1cb647df0a19f0eba441fbdbcb9fd04cdec5d6726b248ad17b7ee271921d
7
- data.tar.gz: 0ec32e06ca1018d1675479dcc6ffdabdde1c41ffd487e4f6ae28a32cb035ccc35f2ddd047923f560f7c5fa51f948aaa18c1b6780e14cf40786a57d1626e3b0db
6
+ metadata.gz: dfc60d2efcd15a7897fe0bab4d221b44c4a6f460f35a57eea0e655d9037649ccadcfb8a182b0714db00c1dbef2eada39868efa3d4b1d86db85aac171202c1bfa
7
+ data.tar.gz: 003a5afb81f87d556c16a45412e4fba43c313dd58a0283ce08579a663853f2ca3ebae04883f1a22e07ad9723021871df8e4252b4c7b4c00abc5d82f82aacc4c9
data/.rubocop.yml CHANGED
@@ -44,6 +44,6 @@ Lint/MixedRegexpCaptureTypes:
44
44
  AllCops:
45
45
  NewCops: disable
46
46
  SuggestExtensions: false
47
- TargetRubyVersion: 2.7
47
+ TargetRubyVersion: 2.6
48
48
  Exclude:
49
49
  - 'tmp/**/*'
data/.travis.yml CHANGED
@@ -1,6 +1,7 @@
1
1
  language: ruby
2
- rvm:
3
- - 2.7
2
+ rvm: # all MRI ruby versions that are not EOL
3
+ - '2.7'
4
+ - '2.6'
4
5
  - '3.0'
5
6
  sudo: false
6
7
  before_install:
@@ -14,6 +15,7 @@ deploy:
14
15
  on:
15
16
  tags: true
16
17
  repo: cfndsl/cfndsl
18
+ ruby: '2.7'
17
19
  notifications:
18
20
  email:
19
21
  recipients:
data/CHANGELOG.md CHANGED
@@ -1,8 +1,36 @@
1
1
  # Changelog
2
2
 
3
- ## [1.3.1](https://github.com/cfndsl/cfndsl/tree/1.3.1) (2021-01-23)
3
+ ## [1.3.4](https://github.com/cfndsl/cfndsl/tree/1.3.4) (2022-05-16)
4
4
 
5
- [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.3.0...1.3.1)
5
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.3.3...1.3.4)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - handle List ItemType in the spec file [\#475](https://github.com/cfndsl/cfndsl/pull/475) ([Guslington](https://github.com/Guslington))
10
+
11
+ ## [v1.3.3](https://github.com/cfndsl/cfndsl/tree/v1.3.3) (2021-07-14)
12
+
13
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.3.2...v1.3.3)
14
+
15
+ **Merged pull requests:**
16
+
17
+ - Spec 20210714 [\#472](https://github.com/cfndsl/cfndsl/pull/472) ([lwoggardner](https://github.com/lwoggardner))
18
+
19
+ ## [v1.3.2](https://github.com/cfndsl/cfndsl/tree/v1.3.2) (2021-06-25)
20
+
21
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.3.1...v1.3.2)
22
+
23
+ **Closed issues:**
24
+
25
+ - Allow ruby versions until eol [\#470](https://github.com/cfndsl/cfndsl/issues/470)
26
+
27
+ **Merged pull requests:**
28
+
29
+ - Reinstate support for Ruby 2.6 fix \#470 [\#471](https://github.com/cfndsl/cfndsl/pull/471) ([lwoggardner](https://github.com/lwoggardner))
30
+
31
+ ## [v1.3.1](https://github.com/cfndsl/cfndsl/tree/v1.3.1) (2021-01-23)
32
+
33
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.3.0...v1.3.1)
6
34
 
7
35
  **Merged pull requests:**
8
36
 
@@ -207,6 +235,7 @@
207
235
  - 0.x changes to 1.0.0.pre [\#361](https://github.com/cfndsl/cfndsl/pull/361) ([gergnz](https://github.com/gergnz))
208
236
  - merge ruby version fix into 1.0.0.pre branch [\#333](https://github.com/cfndsl/cfndsl/pull/333) ([gergnz](https://github.com/gergnz))
209
237
  - remove 'disable\_binding', merge 0.x changes [\#329](https://github.com/cfndsl/cfndsl/pull/329) ([gergnz](https://github.com/gergnz))
238
+ - Modernize cfndsl executable [\#319](https://github.com/cfndsl/cfndsl/pull/319) ([kornypoet](https://github.com/kornypoet))
210
239
  - Remove support for OpenStack Heat [\#318](https://github.com/cfndsl/cfndsl/pull/318) ([kornypoet](https://github.com/kornypoet))
211
240
 
212
241
  ## [v0.17.4](https://github.com/cfndsl/cfndsl/tree/v0.17.4) (2019-10-06)
@@ -509,10 +538,6 @@
509
538
 
510
539
  - Error reading specification file on 0.13.0 [\#322](https://github.com/cfndsl/cfndsl/issues/322)
511
540
 
512
- **Merged pull requests:**
513
-
514
- - Modernize cfndsl executable [\#319](https://github.com/cfndsl/cfndsl/pull/319) ([kornypoet](https://github.com/kornypoet))
515
-
516
541
  ## [v0.13.1](https://github.com/cfndsl/cfndsl/tree/v0.13.1) (2017-05-17)
517
542
 
518
543
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.13.0...v0.13.1)
@@ -760,10 +785,6 @@
760
785
 
761
786
  [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v0.11.4...v0.11.5)
762
787
 
763
- **Implemented enhancements:**
764
-
765
- - Support new function "Sub" [\#241](https://github.com/cfndsl/cfndsl/issues/241)
766
-
767
788
  **Merged pull requests:**
768
789
 
769
790
  - create fnsub branch, resolves \#244 and \#241 [\#258](https://github.com/cfndsl/cfndsl/pull/258) ([gergnz](https://github.com/gergnz))
@@ -807,6 +828,7 @@
807
828
 
808
829
  **Implemented enhancements:**
809
830
 
831
+ - Support new function "Sub" [\#241](https://github.com/cfndsl/cfndsl/issues/241)
810
832
  - `FnNot` could be improved to not require array as the argument... [\#235](https://github.com/cfndsl/cfndsl/issues/235)
811
833
  - Provide support for AWS::CloudFormation::CustomResource [\#18](https://github.com/cfndsl/cfndsl/issues/18)
812
834
  - A couple of little things that were annoying me. [\#237](https://github.com/cfndsl/cfndsl/pull/237) ([gergnz](https://github.com/gergnz))
data/README.md CHANGED
@@ -22,7 +22,7 @@ The cnfdsl gem provides a DSL that allows you to write templates using friendly
22
22
 
23
23
  ## Getting Started
24
24
 
25
- ruby version > 2.7 is required to run cfndsl, you should look at using rbenv example for installing with rbenv
25
+ ruby version > 2.6 is required to run cfndsl, you should look at using rbenv example for installing with rbenv
26
26
 
27
27
  rbenv exec gem install cfndsl
28
28
 
data/cfndsl.gemspec CHANGED
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
17
17
  s.test_files = s.files.grep(%r{^(test|spec|features)/})
18
18
  s.require_paths = ['lib']
19
19
  s.bindir = 'exe'
20
- s.required_ruby_version = '>= 2.7'
20
+ s.required_ruby_version = '>= 2.6'
21
21
 
22
22
  s.executables << 'cfndsl'
23
23