cfndsl 1.4.0 → 1.6.0

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: 79eb39e5dd5d8403e7e8c18c9575f34b8b36ad0bfc2da0a071d5f2801cf5458c
4
- data.tar.gz: ebb8340506f338e383593c1203ad8f20d5d5205868fd9ca2589fa6f9a9df8e65
3
+ metadata.gz: edc9c71c77a33cfa3b89ce3d041fe3491557605d2ee9b57d038d796b871b6337
4
+ data.tar.gz: 542dcbb6da320839e0743c2ed1793f4a33d18d0bfc06964946d818bb3e33b370
5
5
  SHA512:
6
- metadata.gz: 5e42e46f770dfa66edae600312633b33e0624ef6d8bc7622f62954c4305db78a1c195aa37da4623866fafbd9f1284c5fa3456675cef72541abb17076266b40e6
7
- data.tar.gz: ed493b283619389be0796b4b3d6625d7e8f819a902865c434f3f1095ee8b4cc616fcaeb6ecce5587450b52caf8f928b904874473377ae1518b9f74a26ec837a2
6
+ metadata.gz: e04b71e6dc22a5fcee72888fb779899fabaf1f7e88a23346492fe8d2e5071a7572737e6a1534c010f827dc2953dc8e328c8b90854dc70bb57b5e3e196d4214d0
7
+ data.tar.gz: 4129b64fff51384e3cd46778aa9ea3bd6b308a47c293db05fb23eab78478d27757c72b3cf62d44897e6ed32b109d05c4ecfd0e28e052c22082bb63839316cdc4
@@ -11,7 +11,7 @@ jobs:
11
11
 
12
12
  strategy:
13
13
  matrix:
14
- ruby-version: ['2.6', '2.7', '3.0']
14
+ ruby-version: ['2.7', '3.0', '3.1', '3.2']
15
15
 
16
16
  steps:
17
17
  - uses: actions/checkout@v3
data/.rubocop.yml CHANGED
@@ -44,7 +44,7 @@ Lint/MixedRegexpCaptureTypes:
44
44
  AllCops:
45
45
  NewCops: disable
46
46
  SuggestExtensions: false
47
- TargetRubyVersion: 2.6
47
+ TargetRubyVersion: 2.7
48
48
  Exclude:
49
49
  - 'tmp/**/*'
50
50
  - 'vendor/**/*'
data/CHANGELOG.md CHANGED
@@ -1,8 +1,24 @@
1
1
  # Changelog
2
2
 
3
- ## [1.4.0](https://github.com/cfndsl/cfndsl/tree/1.4.0) (2022-08-28)
3
+ ## [1.6.0](https://github.com/cfndsl/cfndsl/tree/1.6.0) (2023-01-18)
4
4
 
5
- [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.3.9...1.4.0)
5
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.5.0...1.6.0)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - delete weird patch that seems to try to solve a linting problem, not … [\#486](https://github.com/cfndsl/cfndsl/pull/486) ([gergnz](https://github.com/gergnz))
10
+
11
+ ## [v1.5.0](https://github.com/cfndsl/cfndsl/tree/v1.5.0) (2022-12-28)
12
+
13
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.4.0...v1.5.0)
14
+
15
+ **Merged pull requests:**
16
+
17
+ - Spec 20221226 [\#484](https://github.com/cfndsl/cfndsl/pull/484) ([lwoggardner](https://github.com/lwoggardner))
18
+
19
+ ## [v1.4.0](https://github.com/cfndsl/cfndsl/tree/v1.4.0) (2022-08-28)
20
+
21
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.3.9...v1.4.0)
6
22
 
7
23
  **Merged pull requests:**
8
24
 
data/README.md CHANGED
@@ -21,7 +21,7 @@ The cnfdsl gem provides a DSL that allows you to write templates using friendly
21
21
 
22
22
  ## Getting Started
23
23
 
24
- ruby version > 2.6 is required to run cfndsl, you should look at using rbenv example for installing with rbenv
24
+ ruby version > 2.7 is required to run cfndsl, you should look at using rbenv example for installing with rbenv
25
25
 
26
26
  rbenv exec gem install cfndsl
27
27
 
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ require 'yamllint/rake_task'
8
8
  require 'github_changelog_generator/task'
9
9
  require 'cfndsl/rake_task'
10
10
 
11
- # RSpec::Core::RakeTask.new
11
+ RSpec::Core::RakeTask.new
12
12
  RuboCop::RakeTask.new do |t|
13
13
  t.options = ['--debug', '--cache=false']
14
14
  end
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.6'
20
+ s.required_ruby_version = '>= 2.7'
21
21
 
22
22
  s.executables << 'cfndsl'
23
23
 
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "broken": "75.0.0",
3
+ "fixed": "103.0.0",
3
4
  "ResourceTypes": {
4
5
  "AWS::SageMaker::ModelPackage": {
5
6
  "patch": {