cfndsl 1.3.9 → 1.5.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: ce4f12cd2532e9f0feda0ba90436fe76c1b92389fd0c72af072f5553465579c6
4
- data.tar.gz: 9616a3c9d589fe3686a5fffed7b1555a0458727cffa7ae968f9127196aaf3cdb
3
+ metadata.gz: 60fd9d5b015bba59a06b23bcccedd597cc2b68a3c8dee7ff82aa92b7afaefff2
4
+ data.tar.gz: 2548519c47ee9778c5a924fa7c65d95559be36656cbf1a9faa85455d9498e1cf
5
5
  SHA512:
6
- metadata.gz: 67b552107958343a8f8a816691c97533b9cb45ae4c12bacfce7c2f3d499cea04936e30dc7320c4008a61351c9f998350ad48526cdeddb81eb945e79f02d9dd32
7
- data.tar.gz: 839d95ff35f1515fbd03761ba438a1e5c95597fe3c488d6b9afad6c5f128367edb3c3cfcdaa3af083db8d593fb0dec7a89c698f496bf7a76a0357c4fa88ef645
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,24 @@
1
1
  # Changelog
2
2
 
3
- ## [1.3.9](https://github.com/cfndsl/cfndsl/tree/1.3.9) (2022-07-26)
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.8...1.3.9)
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)
14
+
15
+ **Merged pull requests:**
16
+
17
+ - Spec 20220828 [\#482](https://github.com/cfndsl/cfndsl/pull/482) ([lwoggardner](https://github.com/lwoggardner))
18
+
19
+ ## [v1.3.9](https://github.com/cfndsl/cfndsl/tree/v1.3.9) (2022-07-26)
20
+
21
+ [Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.3.8...v1.3.9)
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": {