rubocop-rubomatic-rails 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 +4 -4
- data/config/rails.yml +1 -1
- data/config/rubocop.yml +1 -1
- data/lib/rubocop/rubomatic-rails/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f3b85dcb356699d422bd44c6d19a0318951046fcd6dd0e9c1b0b861d348557b0
|
4
|
+
data.tar.gz: 4269b06df2a56261ac7197d3a55eadd9b0f31245a9afa750f629934f97a936bd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 70831fadc32a1e17a1069e416b9f2f50f88cd0be4a1f10fbbfc41ced4ff24f9552cf01e9afb6eaf72e70ea5113122cc241bff95f938a92f12a1225a972830784
|
7
|
+
data.tar.gz: dc788ceb8c6d3e2a5270ecd969e5cfbcdbbefad63e70ef6f5ba9f9217e36fee6e074361ceb54fe9ba8125aa6858ddf98861a5485df509bbdcff84e5412eaeaf7
|
data/config/rails.yml
CHANGED
@@ -581,7 +581,7 @@ Rails/StripHeredoc:
|
|
581
581
|
Enabled: true
|
582
582
|
|
583
583
|
Rails/StrongParametersExpect:
|
584
|
-
Enabled: <%= `rails -v`.split(' ').last.to_i >= 8 %>
|
584
|
+
Enabled: <%= `bundle exec rails -v`.split(' ').last.to_i >= 8 %>
|
585
585
|
Include:
|
586
586
|
- '**/app/controllers/**/*.rb'
|
587
587
|
|
data/config/rubocop.yml
CHANGED
@@ -24,7 +24,7 @@ AllCops:
|
|
24
24
|
- '.irbrc'
|
25
25
|
- 'db/schema.rb'
|
26
26
|
TargetRubyVersion: <%= ENV['RUBY_MAJOR'] %>
|
27
|
-
TargetRailsVersion: <%= `rails -v`.split(' ').last.to_f %>
|
27
|
+
TargetRailsVersion: <%= `bundle exec rails -v`.split(' ').last.to_f %>
|
28
28
|
SuggestExtensions: false
|
29
29
|
StyleGuideBaseURL: https://github.com/BrandsInsurance/expert-chainsaw/blob/main/ruby/RUBY_STYLE_GUIDE.adoc
|
30
30
|
ActiveSupportExtensionsEnabled: true
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-rubomatic-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.0.rc.pre.
|
4
|
+
version: 1.6.0.rc.pre.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brands Insurance
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-06-
|
11
|
+
date: 2025-06-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: lint_roller
|