scelint 0.6.0 → 0.6.1

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: cbcb49e907f0804f22a550c9507f56a6849ba26f2ba67f1893df0d41a289ea43
4
- data.tar.gz: f4c83fa4d9e8cea6dec15625475904e7cf84f05b69de57657ad2a06b70fff5eb
3
+ metadata.gz: a2a232f07d18ffa6a294a5c8664e5c32fed52810ece80035b6ddc385be96695c
4
+ data.tar.gz: 1503e5f3c4a5e1a6c8c065b74b7c48c75efc5f081932e11f69a112c1b4bed08d
5
5
  SHA512:
6
- metadata.gz: 2661057050cc3819c58818bb726a429d5e47260c2505bd08c6a084c494b24b0a359bc8a2cfa7618ef8012f71899e54ce8ef0dbb5c68d02ad74958de16edde55a
7
- data.tar.gz: e2362ae54fc4107861bd76244699386489b50efefebf09211bb38b7ff44d7fd7dc4ef3df4a77a49ce25a34cecd10e4598862a841bd7a322ef408008b02ee6643
6
+ metadata.gz: bfe6c7bf98cbdd1364cf230c91faeae76bbfd5e71d7d17ba0a74f48a77c46ea5fd64e3474fb6f6841e92202174e73e34ce995899db9a5a5e0a896be8688ecede
7
+ data.tar.gz: c95d7b1e13e5b025374cb51e87494b8e8b25dd48b90df841bbfc482bef7687acbc5af2ddf99898962db3eda4e1a0e89ba1d4b3093b30b0a0e18efd5a954c875e
@@ -34,7 +34,7 @@ jobs:
34
34
  name: Add issue to project
35
35
  runs-on: ubuntu-latest
36
36
  steps:
37
- - uses: actions/add-to-project@v1.0.2
37
+ - uses: actions/add-to-project@v2
38
38
  with:
39
39
  project-url: https://github.com/orgs/simp/projects/11
40
40
  github-token: ${{ secrets.AUTO_TRIAGE_TOKEN }}
@@ -13,11 +13,11 @@ jobs:
13
13
  name: 'Ruby Style'
14
14
  runs-on: ubuntu-latest
15
15
  steps:
16
- - uses: actions/checkout@v6
16
+ - uses: actions/checkout@v7
17
17
  - name: "Install Ruby"
18
18
  uses: ruby/setup-ruby@v1
19
19
  with:
20
- ruby-version: 4.0.1
20
+ ruby-version: 4.0.6
21
21
  bundler-cache: true
22
22
  - run: bundle exec rake rubocop
23
23
 
@@ -33,7 +33,7 @@ jobs:
33
33
  - '4.0' # Latest
34
34
 
35
35
  steps:
36
- - uses: actions/checkout@v6
36
+ - uses: actions/checkout@v7
37
37
  - name: Set up Ruby
38
38
  uses: ruby/setup-ruby@v1
39
39
  with:
@@ -63,7 +63,7 @@ jobs:
63
63
  steps:
64
64
  - name: "Assert '${{ github.ref }}' is a tag"
65
65
  run: '[[ "$GITHUB_REF" =~ ^refs/tags/ ]] || { echo "::error ::GITHUB_REF is not a tag: ${GITHUB_REF}"; exit 1 ; }'
66
- - uses: actions/checkout@v6
66
+ - uses: actions/checkout@v7
67
67
  with:
68
68
  ref: ${{ github.ref }}
69
69
  clean: true
@@ -92,7 +92,7 @@ jobs:
92
92
  echo "release_command=$GEM_RELEASE_COMMAND" | tee -a "$GITHUB_OUTPUT"
93
93
  - uses: ruby/setup-ruby@v1
94
94
  with:
95
- ruby-version: 4.0.1
95
+ ruby-version: 4.0.6
96
96
  bundler-cache: true
97
97
  - name: Test build the package
98
98
  run: "${{ steps.commands.outputs.build_command }}"
@@ -117,7 +117,7 @@ jobs:
117
117
  tag: ${{ steps.tag-check.outputs.tag }}
118
118
  steps:
119
119
  - name: Checkout code
120
- uses: actions/checkout@v6
120
+ uses: actions/checkout@v7
121
121
  with:
122
122
  ref: ${{ github.ref }}
123
123
  clean: true
@@ -181,13 +181,13 @@ jobs:
181
181
  PKG_DIR: ${{ needs.releng-checks.outputs.pkg_dir }}
182
182
  steps:
183
183
  - name: Checkout code
184
- uses: actions/checkout@v6
184
+ uses: actions/checkout@v7
185
185
  with:
186
186
  ref: ${{ github.ref }}
187
187
  clean: true
188
188
  - uses: ruby/setup-ruby@v1
189
189
  with:
190
- ruby-version: 4.0.1
190
+ ruby-version: 4.0.6
191
191
  bundler-cache: true
192
192
  - name: Build RubyGem
193
193
  run: |
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ### 0.6.1 / 2026-08-20
2
+ * Support compliance_engine 1.x
3
+
1
4
  ### 0.6.0 / 2026-03-11
2
5
  * Add `.scelint` defaults file support (rspec-style CLI argument defaults)
3
6
  * Add `--allow-reserved-words` option to skip reserved word checks on parameter names
data/Gemfile CHANGED
@@ -3,18 +3,18 @@ source 'https://rubygems.org'
3
3
  # Specify your gem's dependencies in scelint.gemspec
4
4
  gemspec
5
5
 
6
- gem 'rake', '~> 13.3.0'
6
+ gem 'rake', '~> 13.4.0'
7
7
 
8
8
  group :tests do
9
9
  gem 'rspec', '~> 3.13.1'
10
- gem 'rubocop', '~> 1.85.0'
10
+ gem 'rubocop', '~> 1.89.0'
11
11
  gem 'rubocop-performance', '~> 1.26.0'
12
12
  gem 'rubocop-rake', '~> 0.7.1'
13
- gem 'rubocop-rspec', '~> 3.9.0'
13
+ gem 'rubocop-rspec', '~> 3.10.0'
14
14
  end
15
15
 
16
16
  group :development do
17
17
  gem 'pry', '~> 0.16.0'
18
18
  gem 'pry-byebug', '~> 3.12.0'
19
- gem 'rdoc', '~> 7.2.0'
19
+ gem 'rdoc', '~> 8.0.0'
20
20
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Scelint
4
- VERSION = '0.6.0'
4
+ VERSION = '0.6.1'
5
5
  end
data/scelint.gemspec CHANGED
@@ -26,5 +26,5 @@ Gem::Specification.new do |spec|
26
26
 
27
27
  spec.add_dependency 'deep_merge', '~> 1.2'
28
28
  spec.add_dependency 'thor', '~> 1.3'
29
- spec.add_dependency 'compliance_engine', '>= 0.1.0', '< 0.3.0'
29
+ spec.add_dependency 'compliance_engine', '~> 1.0'
30
30
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scelint
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Pritchard
@@ -41,22 +41,16 @@ dependencies:
41
41
  name: compliance_engine
42
42
  requirement: !ruby/object:Gem::Requirement
43
43
  requirements:
44
- - - ">="
45
- - !ruby/object:Gem::Version
46
- version: 0.1.0
47
- - - "<"
44
+ - - "~>"
48
45
  - !ruby/object:Gem::Version
49
- version: 0.3.0
46
+ version: '1.0'
50
47
  type: :runtime
51
48
  prerelease: false
52
49
  version_requirements: !ruby/object:Gem::Requirement
53
50
  requirements:
54
- - - ">="
55
- - !ruby/object:Gem::Version
56
- version: 0.1.0
57
- - - "<"
51
+ - - "~>"
58
52
  - !ruby/object:Gem::Version
59
- version: 0.3.0
53
+ version: '1.0'
60
54
  email:
61
55
  - simp@simp-project.org
62
56
  executables:
@@ -100,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
94
  - !ruby/object:Gem::Version
101
95
  version: '0'
102
96
  requirements: []
103
- rubygems_version: 4.0.3
97
+ rubygems_version: 4.0.16
104
98
  specification_version: 4
105
99
  summary: Linter SIMP Compliance Engine data
106
100
  test_files: []