runger_style 2.4.0 → 2.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.ruby-version +1 -1
- data/CHANGELOG.md +3 -0
- data/Gemfile.lock +3 -3
- data/lib/runger_style/version.rb +1 -1
- data/rulesets/default.yml +0 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 181b2ffa04db686a90bfd51ec567eefa52b162f5ec1969a02fd90bf56413b0ef
|
4
|
+
data.tar.gz: 1e755d1c995422212802e9574f6c0860fd61cacb30cacc95ad3201aa6b15a455
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 161f50278444eb4a7d5e6210b5b07daf1b7a5a9f3789303f0203abc211db8083d8dc7ef8367716b82f6cfcae4953247bb73953aa60d9eba86732b7746ac4ac2f
|
7
|
+
data.tar.gz: 016407b0223ecb616f10859414356c2f639499140b4912bda5a0b77f09cde72fe6f369e158dcb79111ab741204b379eff241d99e353ebedd4fddd9d4584a9954
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.3.
|
1
|
+
3.3.2
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
runger_style (2.
|
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.
|
108
|
+
ruby 3.3.2p78
|
109
109
|
|
110
110
|
BUNDLED WITH
|
111
|
-
2.5.
|
111
|
+
2.5.9
|
data/lib/runger_style/version.rb
CHANGED
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
|
+
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-
|
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.
|
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.
|
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
|