rubocop-rubomatic 1.6.0.rc.pre.2 → 1.6.0.rc.pre.3

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: ac51c170c79e162bf18425f6d7f371fafc134e476bd4576ec7e2b82a40503dea
4
- data.tar.gz: 894ca741d0e15316e9209b400bee9056d361ca35560e4382cf9cdf05073f9445
3
+ metadata.gz: 366175b4cee4057a13a3aa830e3d3b6d5792a4a8769ecbf05c242d45d04b02e6
4
+ data.tar.gz: 1b46b321dfaa75c7a0dc6a8414a1b8f70ba255b4c4d736f0d779554a921b9a1f
5
5
  SHA512:
6
- metadata.gz: fe8074c3cd26574c5cd4114ea75d28a1fdc4a903635bc1f1429f4c7eff9df7099871466ed557730827233cf9fff887103ce04aaceccae9811141f9def2f075d3
7
- data.tar.gz: 13b40864cb18e60caa068c751c93d3a8223814e8e6017042c0996d28f5eb40789bff55054aa334ddb09824b209fc6c6cae2b0c89f3726e88be7bd811354a925a
6
+ metadata.gz: 2c011520f266a5734ebc12d6ace5c9089db36686761232b901ace8179ac24a852e0b7c6928b6013091c4a78e629fb7ba2c172d6e8034f0cd22cd58380965975b
7
+ data.tar.gz: 1b11a43dab354bd17f100a8d987634211f828868077b37a58a8a6f4c5cf1fb9fd551e45a7fff8eeb167042b12a57632bb85cee4df7c0da06f39146815851b682
data/config/style.yml CHANGED
@@ -1278,7 +1278,7 @@ Style/RedundantInterpolation:
1278
1278
  Enabled: true
1279
1279
 
1280
1280
  Style/RedundantInterpolationUnfreeze:
1281
- Enabled: <%= ENV['RUBY_MAJOR'].to_i >= 3 %
1281
+ Enabled: <%= ENV['RUBY_MAJOR'].to_i >= 3 %>
1282
1282
 
1283
1283
  Style/RedundantLineContinuation:
1284
1284
  Enabled: true
@@ -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.2'
11
+ PRE = 'rc.pre.3'
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.2
4
+ version: 1.6.0.rc.pre.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brands Insurance