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 +4 -4
- data/CHANGELOG.md +4 -0
- data/conf/rubocop_rails.yml +4 -0
- data/lib/ezcater_rubocop/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2a2a6321d9e8841ec145541245ec137c88093aae78a7588b4751a1733358adc0
|
|
4
|
+
data.tar.gz: 6eab2aeb2a3cfcaaf9e6ae5f7c40a76e77c709528f175f2b7157f1b4c3e62581
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
data/conf/rubocop_rails.yml
CHANGED
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.
|
|
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-
|
|
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: []
|