runger_style 2.4.0 → 2.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: 3b5e65466eb1262cfd1016c5d8168fc4518347692f45f03cadf46c6fc6b012d8
4
- data.tar.gz: abb61106e8fbc1639e4a3e838af1f163a07bf26226b841500bf315c7fe98b129
3
+ metadata.gz: 181b2ffa04db686a90bfd51ec567eefa52b162f5ec1969a02fd90bf56413b0ef
4
+ data.tar.gz: 1e755d1c995422212802e9574f6c0860fd61cacb30cacc95ad3201aa6b15a455
5
5
  SHA512:
6
- metadata.gz: 623f2513234a6a03eaa677affe2586414a7608c4ab1218d7cbbf14c1d92eaa8edd0c8ce57649330b10cb8f9f31ffdcd6002491a9855993880db39b579a6cb31e
7
- data.tar.gz: 741ab060a430df2d8f9252735750be6913a183ad96a74db1b5092f6072f1483d7cfb973cbf193e512dc328b2566e499c1e6fa9961974f06eac7b664c4b105a81
6
+ metadata.gz: 161f50278444eb4a7d5e6210b5b07daf1b7a5a9f3789303f0203abc211db8083d8dc7ef8367716b82f6cfcae4953247bb73953aa60d9eba86732b7746ac4ac2f
7
+ data.tar.gz: 016407b0223ecb616f10859414356c2f639499140b4912bda5a0b77f09cde72fe6f369e158dcb79111ab741204b379eff241d99e353ebedd4fddd9d4584a9954
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.3.0
1
+ 3.3.2
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## v2.5.0 (2024-06-10)
2
+ - Reenable `Layout/HeredocIndentation` cop
3
+
1
4
  ## v2.4.0 (2024-05-23)
2
5
  - Set `ActiveSupportExtensionsEnabled` to true in `rails.yml`
3
6
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- runger_style (2.4.0)
4
+ runger_style (2.5.0)
5
5
  prism (>= 0.24.0)
6
6
  rubocop (>= 1.38.0, < 2)
7
7
 
@@ -105,7 +105,7 @@ DEPENDENCIES
105
105
  runger_style!
106
106
 
107
107
  RUBY VERSION
108
- ruby 3.3.0p0
108
+ ruby 3.3.2p78
109
109
 
110
110
  BUNDLED WITH
111
- 2.5.5
111
+ 2.5.9
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RungerStyle
4
- VERSION = '2.4.0'
4
+ VERSION = '2.5.0'
5
5
  end
data/rulesets/default.yml CHANGED
@@ -35,8 +35,6 @@ Layout/FirstArrayElementIndentation:
35
35
  EnforcedStyle: consistent
36
36
  Layout/FirstMethodArgumentLineBreak:
37
37
  Enabled: false
38
- Layout/HeredocIndentation:
39
- Enabled: false # disabled (hopefully temporarily) due to prism/rubocop bug with this cop
40
38
  Layout/LineEndStringConcatenationIndentation:
41
39
  Exclude:
42
40
  - bin/*
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.4.0
4
+ version: 2.5.0
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-05-23 00:00:00.000000000 Z
11
+ date: 2024-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: prism
@@ -93,14 +93,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - ">="
95
95
  - !ruby/object:Gem::Version
96
- version: 3.3.0
96
+ version: 3.3.2
97
97
  required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  requirements:
99
99
  - - ">="
100
100
  - !ruby/object:Gem::Version
101
101
  version: '0'
102
102
  requirements: []
103
- rubygems_version: 3.5.7
103
+ rubygems_version: 3.5.9
104
104
  signing_key:
105
105
  specification_version: 4
106
106
  summary: Shared rubocop rules for the preferred Ruby coding style of @davidrunger