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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0671eebf5609f03be689786986c86218952f3acac169a32a39828f63bf611a66
4
- data.tar.gz: 8754ebfb32948aad9b24a472b83a5d79346bbad736c68c2e6fb171aac31ab532
3
+ metadata.gz: a94ee250a5abc5d5c306efbc973ac5eeb065c288c49df2cd5f5381af468af846
4
+ data.tar.gz: 87f07fcf18b8d5b662d259014274607e3b71070b6388cca3150917d67d3bbffb
5
5
  SHA512:
6
- metadata.gz: 145b8ce5e94d6153dff86ba32c2cf4885d9ac3959d957375fe0ac3ba84fa717e6ff5b62c2bf945b9db55f07e74cf551b806fec8eec4f193b5f7d3356e4e84ba2
7
- data.tar.gz: 5ed517b7a4046175d1b1b6055df136ca5423a64a01543240211c5b7de549003b151f9eea598d0053c4876eb89aa67b0b26082b7d0c7c6168bb95d4a124f1d3b0
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.to_s,
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
  )
@@ -8,7 +8,7 @@ module RuboCop
8
8
  TINY = 0
9
9
 
10
10
  # Set PRE to nil unless it's a pre-release (beta, rc, etc.)
11
- PRE = 'rc.pre.5'
11
+ PRE = nil
12
12
 
13
13
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.').freeze
14
14
 
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.rc.pre.5
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: 1.3.1
167
+ version: '0'
168
168
  requirements: []
169
169
  rubygems_version: 3.2.15
170
170
  signing_key: