ezcater_rubocop 6.1.0 → 6.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/ezcater_rubocop.gemspec +1 -1
- data/lib/ezcater_rubocop/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 26eaaa7f867ad999360777e40da32e1a0e591e4906e4fadc9b23a4fb70189b94
|
4
|
+
data.tar.gz: 8d9fa27414f264d03cc0f5a15146aa563d23bbfdc9eddfb031fbddbe7557a617
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3fa02d546b7ce79d540d1d079937d36622635e3c2ddf800544ade72924ea9520ec1f592957653d20ec156fea1f042c49519487999a2da00ddcdfc7b15b46fcfe
|
7
|
+
data.tar.gz: f3869c5b24b6b8ae92878a10185e6403ce937d027c9b7eb8bd52f2a97fd6f402e443c86119039b44444d70ac2a1ebcb889f851ca589c34499b12503939e5ab56
|
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
|
+
## 6.1.1
|
10
|
+
|
11
|
+
- Lock `rubocop-rspec` below `v2.28.0` to avoid an upstream namespacing issue.
|
12
|
+
|
9
13
|
## 6.1.0
|
10
14
|
|
11
15
|
- Add `Ezcater/GraphQL/NotAuthorizedScalarField` Cop which enforces the use
|
data/ezcater_rubocop.gemspec
CHANGED
@@ -55,5 +55,5 @@ Gem::Specification.new do |spec|
|
|
55
55
|
spec.add_runtime_dependency "rubocop", ">= 1.16.0", "< 2.0"
|
56
56
|
spec.add_runtime_dependency "rubocop-graphql", ">= 0.14.0", "< 1.0"
|
57
57
|
spec.add_runtime_dependency "rubocop-rails", ">= 2.10.1", "< 3.0"
|
58
|
-
spec.add_runtime_dependency "rubocop-rspec", ">= 2.22.0", "<
|
58
|
+
spec.add_runtime_dependency "rubocop-rspec", ">= 2.22.0", "< 2.28.0"
|
59
59
|
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: 6.1.
|
4
|
+
version: 6.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ezCater, Inc
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-04-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -177,7 +177,7 @@ dependencies:
|
|
177
177
|
version: 2.22.0
|
178
178
|
- - "<"
|
179
179
|
- !ruby/object:Gem::Version
|
180
|
-
version:
|
180
|
+
version: 2.28.0
|
181
181
|
type: :runtime
|
182
182
|
prerelease: false
|
183
183
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -187,7 +187,7 @@ dependencies:
|
|
187
187
|
version: 2.22.0
|
188
188
|
- - "<"
|
189
189
|
- !ruby/object:Gem::Version
|
190
|
-
version:
|
190
|
+
version: 2.28.0
|
191
191
|
description: ezCater custom cops and shared configuration
|
192
192
|
email:
|
193
193
|
- engineering@ezcater.com
|