rubocop-rubomatic-rails 1.6.0.rc.pre.1 → 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: 5614b257728d81e03bc321c02e8444682918e4726e7a0387a7514f05f89036de
4
- data.tar.gz: cb163c5747e84c71a8304a0d06c5354f1cf25a329643d9cf79a1f4d116d07deb
3
+ metadata.gz: f3b85dcb356699d422bd44c6d19a0318951046fcd6dd0e9c1b0b861d348557b0
4
+ data.tar.gz: 4269b06df2a56261ac7197d3a55eadd9b0f31245a9afa750f629934f97a936bd
5
5
  SHA512:
6
- metadata.gz: 303d606616e08011a8188a5c9d275679a804a144d1b1679c36d2a14f7ef50383c9d12f9c947268425eb7157c3f6ab5d41b5d00f3bb1c363c80956e58f1cd6d90
7
- data.tar.gz: 1d443a149cfe2b1b51a54615c3e3f985ae7931d8abf0e2e62800fb3a4a302bbaaca6edf62cc28086b387771f06b8930dda62d3770b580aa56eaea7077994e1c3
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
@@ -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.1'
11
+ PRE = 'rc.pre.3'
12
12
 
13
13
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.').freeze
14
14
 
@@ -4,6 +4,7 @@ require 'rubocop'
4
4
 
5
5
  require_relative 'rubocop/cop/rubomatic-rails/generator'
6
6
  require_relative 'rubocop/rubomatic-rails'
7
+ require_relative 'rubocop/rubomatic-rails/plugin'
7
8
  require_relative 'rubocop/rubomatic-rails/version'
8
9
 
9
10
  require_relative 'rubocop/cop/rubomatic_rails_cops'
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.1
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-12 00:00:00.000000000 Z
11
+ date: 2025-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lint_roller
@@ -58,14 +58,14 @@ dependencies:
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: 1.6.0.rc.pre.5
61
+ version: 1.6.0
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: 1.6.0.rc.pre.5
68
+ version: 1.6.0
69
69
  description:
70
70
  email:
71
71
  - documents@brandsinsurance.com