rubocop-rubomatic 1.6.0.rc.pre.5 → 1.6.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 +4 -4
- data/config/style.yml +2 -1
- data/lib/rubocop/rubomatic/plugin.rb +1 -1
- data/lib/rubocop/rubomatic/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a94ee250a5abc5d5c306efbc973ac5eeb065c288c49df2cd5f5381af468af846
|
4
|
+
data.tar.gz: 87f07fcf18b8d5b662d259014274607e3b71070b6388cca3150917d67d3bbffb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c478d2eb1d1d8343c4683c34dfb9eef7232e2cad336b578fe4cf3b12967363c86efdccf1804ad7ac659f5bb791cfda26e4436b6023132606c2bf26d1b63b5a3
|
7
|
+
data.tar.gz: 424e583710f8cb098c03b9725cee231a6d32c62b453fb144268f42719fa0e414cd41cce9c9ece803c3dcdba6f026430d5eb20fe14dd2262bd508e0501b930ab7
|
data/config/style.yml
CHANGED
@@ -37,9 +37,10 @@ Style/AndOr:
|
|
37
37
|
|
38
38
|
Style/ArgumentsForwarding:
|
39
39
|
Enabled: true
|
40
|
-
AllowOnlyRestArgument: true
|
41
40
|
<% if ENV['RUBY_MAJOR'].to_f >= 3.2 %>
|
42
41
|
UseAnonymousForwarding: true
|
42
|
+
<% else %>
|
43
|
+
AllowOnlyRestArgument: true
|
43
44
|
<% end %>
|
44
45
|
|
45
46
|
Style/ArrayCoercion:
|
@@ -10,7 +10,7 @@ module RuboCop
|
|
10
10
|
def about
|
11
11
|
LintRoller::About.new(
|
12
12
|
name: 'rubocop-rubomatic',
|
13
|
-
version: VERSION
|
13
|
+
version: VERSION::STRING,
|
14
14
|
homepage: 'https://github.com/BrandsInsurance/rubocop-rubomatic/',
|
15
15
|
description: 'A collection of RuboCop cops to check for performance optimizations in Ruby code.'
|
16
16
|
)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-rubomatic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.0
|
4
|
+
version: 1.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brands Insurance
|
@@ -162,9 +162,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
162
162
|
version: 3.0.1
|
163
163
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
164
164
|
requirements:
|
165
|
-
- - "
|
165
|
+
- - ">="
|
166
166
|
- !ruby/object:Gem::Version
|
167
|
-
version:
|
167
|
+
version: '0'
|
168
168
|
requirements: []
|
169
169
|
rubygems_version: 3.2.15
|
170
170
|
signing_key:
|