scc-codestyle 0.6.3 → 0.6.5

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: d8b73f92d08a8729622d4a0c1e922b852b80b846fe265c7c81084af79e48d3c8
4
- data.tar.gz: 61e777eb6409252af966edd4a1292e0f34373da15530afa4383e6bc729511164
3
+ metadata.gz: a76dbbf75b00a76c0260b5578c7124e702f25be1df02d927f54dfa5325586eb6
4
+ data.tar.gz: bf88488c0bad5320167dd944515bdccbaa252314d7c9ba9bc09309d25da17d46
5
5
  SHA512:
6
- metadata.gz: b0213ea639598ffc9b1a6a5d7d21f4b526a5ecafd1cb2427201fcc62c6bdfeca468031d5320ce8abf061feb0fff8f2d6c1ce8323ce8339d2f44ce71acdd3b6ab
7
- data.tar.gz: ae693b90a055f982b0fa6c855f8bc5648f885bfdd35cea48ab55a7e488a547b78e08a4d2bc98add8c97d6854389698e895db47713ee94555f0e42c154de4f030
6
+ metadata.gz: d5ef365de8d0746bc091fb0fa4fa2adb91a5072268b164a2058ec7beac6f6ffb88dcdc5c766ce15d3fcc9705c3419ce91ed73c38b02b3b20a97fb1d7bb610eb0
7
+ data.tar.gz: 65527cf9be70d649d0a21a597d87aba14f50f9c45614bd4698120d3c62748f42c55f7e0ddf9d1798b41723ff9410fd58b160c27eda684b18cb688d2a8b9bc5c3
@@ -9,10 +9,10 @@ jobs:
9
9
 
10
10
  strategy:
11
11
  matrix:
12
- ruby-version: ['2.5', '2.7']
12
+ ruby-version: ['2.5', '2.7', '3.1', '3.2']
13
13
 
14
14
  steps:
15
- - uses: actions/checkout@v2
15
+ - uses: actions/checkout@v3
16
16
  - name: Set up Ruby ${{ matrix.ruby-version }}
17
17
  uses: ruby/setup-ruby@v1
18
18
  with:
@@ -18,10 +18,10 @@ jobs:
18
18
 
19
19
  steps:
20
20
  - uses: actions/checkout@v2
21
- - name: Set up Ruby 2.7
22
- uses: actions/setup-ruby@v1
21
+ - name: Set up Ruby 3.2.2
22
+ uses: ruby/setup-ruby@v1
23
23
  with:
24
- ruby-version: 2.7.6
24
+ ruby-version: '3.2.2'
25
25
 
26
26
  - name: Publish to RubyGems
27
27
  run: |
data/default.yml CHANGED
@@ -117,6 +117,7 @@ Style/GuardClause:
117
117
 
118
118
  Style/HashSyntax:
119
119
  EnforcedStyle: ruby19
120
+ EnforcedShorthandSyntax: never
120
121
 
121
122
  Style/RedundantSelf:
122
123
  Enabled: true
@@ -893,6 +894,7 @@ Lint/UselessRuby2Keywords: # new in 1.23
893
894
  Enabled: true
894
895
  Naming/BlockForwarding: # new in 1.24
895
896
  Enabled: true
897
+ EnforcedStyle: explicit
896
898
  Security/CompoundHash: # new in 1.28
897
899
  Enabled: true
898
900
  Style/EmptyHeredoc: # new in 1.32
@@ -985,12 +987,13 @@ RSpec/NoExpectationExample: # new in 2.13
985
987
  Enabled: true
986
988
  RSpec/VerifiedDoubleReference: # new in 2.10.0
987
989
  Enabled: true
988
- RSpec/Capybara/SpecificFinders: # new in 2.13
989
- Enabled: true
990
- RSpec/Capybara/SpecificMatcher: # new in 2.12
991
- Enabled: true
992
990
  RSpec/FactoryBot/SyntaxMethods: # new in 2.7
993
991
  Enabled: true
994
992
  RSpec/Rails/HaveHttpStatus: # new in 2.12
995
993
  Enabled: true
994
+ # Both were moved out from the RSpec namespace
995
+ Capybara/SpecificFinders: # new in 2.13
996
+ Enabled: true
997
+ Capybara/SpecificMatcher: # new in 2.12
998
+ Enabled: true
996
999
 
@@ -1,5 +1,5 @@
1
1
  module Scc
2
2
  module Codestyle
3
- VERSION = '0.6.3'.freeze
3
+ VERSION = '0.6.5'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scc-codestyle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.3
4
+ version: 0.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - SCC Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-18 00:00:00.000000000 Z
11
+ date: 2023-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -165,7 +165,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
165
165
  - !ruby/object:Gem::Version
166
166
  version: '0'
167
167
  requirements: []
168
- rubygems_version: 3.1.6
168
+ rubygems_version: 3.4.10
169
169
  signing_key:
170
170
  specification_version: 4
171
171
  summary: SCC style guides and shared style configs.