ezcater_rubocop 7.1.0 → 7.1.1

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: 21f4e7bbf647038e8c4908c7afd359289c8ddd66ed226c36321d19c339dc3894
4
- data.tar.gz: d305ea39433fe93fc61a758743dbd3f173c61f1d1fcf182dfd50e8b444f6137d
3
+ metadata.gz: 2a2a6321d9e8841ec145541245ec137c88093aae78a7588b4751a1733358adc0
4
+ data.tar.gz: 6eab2aeb2a3cfcaaf9e6ae5f7c40a76e77c709528f175f2b7157f1b4c3e62581
5
5
  SHA512:
6
- metadata.gz: c438d47953e25c7504a53b2b4d422776827df177b3a88a13e2774329c53d50f8e4554fff20b7af6cb9c4b2d1b07dba64a15baa528f13fe75c7b8455dec321950
7
- data.tar.gz: 8a31b06d99e472a02ba4018405c6fafcd65786893dbb8d03b8b76e61472dc2b0a4bee0da107da02ce0994f5bb62a82414daec6fcbdc38a2098d712d6932d7c24
6
+ metadata.gz: 6ed3e0bd4f78433b8fb4748e764ec50fbc66d92ae4f2fa220adbb936b8ca018a2627c1b0a8a3b9faa3e424adf6d3620f68c1cb12e0aade8bd931d8825b611282
7
+ data.tar.gz: a258625373e8788dee26c0018372406afe09340b162ddba2e657ea15220a9e9a933db309c99912091423cdb650c51297b266ded5ee8f61926a1792deeea3d84e
data/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ This gem is moving onto its own [Semantic Versioning](https://semver.org/) schem
6
6
 
7
7
  Prior to v1.0.0 this gem was versioned based on the `MAJOR`.`MINOR` version of RuboCop. The first release of the ezcater_rubocop gem was `v0.49.0`.
8
8
 
9
+ ## 7.1.1
10
+
11
+ - Disable `Rails/BulkChangeTable` to avoid conflicts with `strong_migrations`
12
+
9
13
  ## 7.1.0
10
14
  - Upgrade rubocop to v1 API (following guide [here](https://docs.rubocop.org/rubocop/v1_upgrade_notes.html)) to stop deprecation warnings in rubocop >=1.67.
11
15
 
@@ -23,6 +23,10 @@ Metrics/BlockLength:
23
23
  Rails:
24
24
  Enabled: true
25
25
 
26
+ # This conflicts with Strong Migrations, which can't check `change_table`
27
+ Rails/ BulkChangeTable:
28
+ Enabled: false
29
+
26
30
  Rails/FilePath:
27
31
  Enabled: false
28
32
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EzcaterRubocop
4
- VERSION = "7.1.0"
4
+ VERSION = "7.1.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ezcater_rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.1.0
4
+ version: 7.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ezCater, Inc
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-04 00:00:00.000000000 Z
11
+ date: 2024-12-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -235,7 +235,7 @@ licenses:
235
235
  - MIT
236
236
  metadata:
237
237
  allowed_push_host: https://rubygems.org
238
- post_install_message:
238
+ post_install_message:
239
239
  rdoc_options: []
240
240
  require_paths:
241
241
  - lib
@@ -251,7 +251,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
251
251
  version: '0'
252
252
  requirements: []
253
253
  rubygems_version: 3.3.7
254
- signing_key:
254
+ signing_key:
255
255
  specification_version: 4
256
256
  summary: ezCater custom cops and shared configuration
257
257
  test_files: []