cfndsl 1.4.0 → 1.5.0

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: 79eb39e5dd5d8403e7e8c18c9575f34b8b36ad0bfc2da0a071d5f2801cf5458c
4
- data.tar.gz: ebb8340506f338e383593c1203ad8f20d5d5205868fd9ca2589fa6f9a9df8e65
3
+ metadata.gz: 60fd9d5b015bba59a06b23bcccedd597cc2b68a3c8dee7ff82aa92b7afaefff2
4
+ data.tar.gz: 2548519c47ee9778c5a924fa7c65d95559be36656cbf1a9faa85455d9498e1cf
5
5
  SHA512:
6
- metadata.gz: 5e42e46f770dfa66edae600312633b33e0624ef6d8bc7622f62954c4305db78a1c195aa37da4623866fafbd9f1284c5fa3456675cef72541abb17076266b40e6
7
- data.tar.gz: ed493b283619389be0796b4b3d6625d7e8f819a902865c434f3f1095ee8b4cc616fcaeb6ecce5587450b52caf8f928b904874473377ae1518b9f74a26ec837a2
6
+ metadata.gz: 8994badca3563457dff68a3cccc1033ec9b83f948aefe4f9ea3feb82fa4658d371afebc75a5927c41af850d5f24877ca094ba65fdde1d640bc63d503bb3c50c4
7
+ data.tar.gz: a1baadd61b87a275d3fbd3729f8ab8c068a82e5e212789fe993331961ead93003da44058800a0bc11bb510432cf5e55ebcc235c227804b9168a55d0ed8362aa3
@@ -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,16 @@
1
1
  # Changelog
2
2
 
3
- ## [1.4.0](https://github.com/cfndsl/cfndsl/tree/1.4.0) (2022-08-28)
3
+ ## [1.5.0](https://github.com/cfndsl/cfndsl/tree/1.5.0) (2022-12-28)
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.4.0...1.5.0)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - Spec 20221226 [\#484](https://github.com/cfndsl/cfndsl/pull/484) ([lwoggardner](https://github.com/lwoggardner))
10
+
11
+ ## [v1.4.0](https://github.com/cfndsl/cfndsl/tree/v1.4.0) (2022-08-28)
12
+
13
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.3.9...v1.4.0)
6
14
 
7
15
  **Merged pull requests:**
8
16
 
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": {