runger_style 2.2.0 → 2.2.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: d961100f02050251c7647cd9a7c61280e56575918f6e023718de5be8e22c922d
4
- data.tar.gz: 32d1581ee761fcf7dbc13c6f61143adecb0e2337883410c3b235016d625dd4af
3
+ metadata.gz: 26c0a52b2a7bda2a82c8b66c6c7661628d046ba01958b83f146fcb06cf2ed6a3
4
+ data.tar.gz: 7b0d979baa14bc622bf5006fb4404cd0cf5a5777f4526e084875735ac9cc7009
5
5
  SHA512:
6
- metadata.gz: 21e766684a9ccc5f4e7dd4b972ec202cc6381229619a95892147aabe192e079b293ebb85d9caeca4229259f3593e943b45d577f901680691fc418bd4a0c8919c
7
- data.tar.gz: 567289337ce4e7cf6646a9baa804d2b1e3d3c416a1d72a51b33189fa69f009ecc203eae30f0808487deecb975d2e2ee583e4254e33a2bd7bb8c1bf706c3a95de
6
+ metadata.gz: 387e9c64b32a7d356611527196d61990c36fe4aceaed0570ec6bc2bd72088c309c016b3fbd3345dd1d5833b5024b350e0ffd8d394c68945d0212f47aad4e61a9
7
+ data.tar.gz: 38f42e284f273666c3a0704525a0452b3005c6cc65f9516a5b16200b4f675e7c960779649e4fac9360529479c06cdce9486fd4733915709bc0ce3500555518ce
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## v2.2.1 (2024-04-01)
2
+ [no unreleased changes yet]
3
+
1
4
  ## v2.2.0 (2024-03-23)
2
5
  - Limit ForbiddenPrefixes for Naming/PredicateName to "is_"
3
6
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- runger_style (2.2.0)
4
+ runger_style (2.2.1)
5
5
  prism (>= 0.24.0)
6
6
  rubocop (>= 1.38.0, < 2)
7
7
 
@@ -20,16 +20,16 @@ GEM
20
20
  tzinfo (~> 2.0)
21
21
  ast (2.4.2)
22
22
  base64 (0.2.0)
23
- bigdecimal (3.1.6)
23
+ bigdecimal (3.1.7)
24
24
  concurrent-ruby (1.2.3)
25
25
  connection_pool (2.4.1)
26
26
  drb (2.2.1)
27
- i18n (1.14.1)
27
+ i18n (1.14.4)
28
28
  concurrent-ruby (~> 1.0)
29
29
  json (2.7.1)
30
30
  language_server-protocol (3.17.0.3)
31
31
  memo_wise (1.8.0)
32
- minitest (5.22.2)
32
+ minitest (5.22.3)
33
33
  mutex_m (0.2.0)
34
34
  parallel (1.24.0)
35
35
  parser (3.3.0.5)
@@ -37,7 +37,7 @@ GEM
37
37
  racc
38
38
  prism (0.24.0)
39
39
  racc (1.7.3)
40
- rack (3.0.9.1)
40
+ rack (3.0.10)
41
41
  rainbow (3.1.1)
42
42
  rake (13.1.0)
43
43
  regexp_parser (2.9.0)
@@ -59,20 +59,23 @@ GEM
59
59
  rubocop (~> 1.41)
60
60
  rubocop-factory_bot (2.25.1)
61
61
  rubocop (~> 1.41)
62
- rubocop-performance (1.20.2)
62
+ rubocop-performance (1.21.0)
63
63
  rubocop (>= 1.48.1, < 2.0)
64
- rubocop-ast (>= 1.30.0, < 2.0)
65
- rubocop-rails (2.24.0)
64
+ rubocop-ast (>= 1.31.1, < 2.0)
65
+ rubocop-rails (2.24.1)
66
66
  activesupport (>= 4.2.0)
67
67
  rack (>= 1.1)
68
68
  rubocop (>= 1.33.0, < 2.0)
69
69
  rubocop-ast (>= 1.31.1, < 2.0)
70
70
  rubocop-rake (0.6.0)
71
71
  rubocop (~> 1.0)
72
- rubocop-rspec (2.27.1)
72
+ rubocop-rspec (2.28.0)
73
73
  rubocop (~> 1.40)
74
74
  rubocop-capybara (~> 2.17)
75
75
  rubocop-factory_bot (~> 2.22)
76
+ rubocop-rspec_rails (~> 2.28)
77
+ rubocop-rspec_rails (2.28.2)
78
+ rubocop (~> 1.40)
76
79
  ruby-progressbar (1.13.0)
77
80
  runger_release_assistant (0.6.0)
78
81
  activesupport (>= 6, < 8)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RungerStyle
4
- VERSION = '2.2.0'
4
+ VERSION = '2.2.1'
5
5
  end
data/rulesets/rspec.yml CHANGED
@@ -39,5 +39,5 @@ RSpec/MessageSpies:
39
39
  Enabled: false
40
40
  RSpec/NestedGroups:
41
41
  Enabled: false
42
- RSpec/Rails/HttpStatus:
42
+ RSpecRails/HttpStatus:
43
43
  Enabled: false
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runger_style
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Runger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-23 00:00:00.000000000 Z
11
+ date: 2024-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: prism