ezcater_rubocop 2.4.0 → 2.5.0
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 +3 -0
- data/ezcater_rubocop.gemspec +1 -1
- 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: 3e4c9156d1f1e5ccdc48028b627a413ae3ff87a7bf47ec574943d2d755efe5aa
|
|
4
|
+
data.tar.gz: 490b59709998f04a6c873d210f028ddb6d045dabccce60e4a962f38f2ac1584d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5645db771b9fd242d08b92eb300f29c57a51bb089466e5f3c4f269261972e786a8cf0a3f9b051eb401acfb001d2cacc024e292b6291243c9b086ebafb90fe392
|
|
7
|
+
data.tar.gz: f9b580d5a79630d70c77d06fb3f5922f39a2a2fafd70ec587f162409553ccc8e4bf28ed55d1f68ae0b6daa279faed0f7f88c69c4c6998bec039cd29a8b27210f
|
data/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,9 @@ 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
|
+
## v2.5.0
|
|
10
|
+
- Update rubocop to 0.90.0
|
|
11
|
+
|
|
9
12
|
## v2.4.0
|
|
10
13
|
- Fix `FeatureFlagActive` cop so that it allows feature flag names to be variables in addition to strings.
|
|
11
14
|
- Add check to `FeatureFlagActive` that the first parameter is a string or a variable, and use the appropriate messaging.
|
data/ezcater_rubocop.gemspec
CHANGED
|
@@ -52,7 +52,7 @@ Gem::Specification.new do |spec|
|
|
|
52
52
|
spec.add_development_dependency "simplecov", "< 0.18.0"
|
|
53
53
|
|
|
54
54
|
spec.add_runtime_dependency "parser", "!= 2.5.1.1"
|
|
55
|
-
spec.add_runtime_dependency "rubocop", "~> 0.
|
|
55
|
+
spec.add_runtime_dependency "rubocop", "~> 0.90.0"
|
|
56
56
|
spec.add_runtime_dependency "rubocop-rails", "~> 2.5.2"
|
|
57
57
|
spec.add_runtime_dependency "rubocop-rspec", "~> 1.38.1"
|
|
58
58
|
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: 2.
|
|
4
|
+
version: 2.5.0
|
|
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: 2022-12-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -114,14 +114,14 @@ dependencies:
|
|
|
114
114
|
requirements:
|
|
115
115
|
- - "~>"
|
|
116
116
|
- !ruby/object:Gem::Version
|
|
117
|
-
version: 0.
|
|
117
|
+
version: 0.90.0
|
|
118
118
|
type: :runtime
|
|
119
119
|
prerelease: false
|
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
|
121
121
|
requirements:
|
|
122
122
|
- - "~>"
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
|
-
version: 0.
|
|
124
|
+
version: 0.90.0
|
|
125
125
|
- !ruby/object:Gem::Dependency
|
|
126
126
|
name: rubocop-rails
|
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -207,7 +207,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
207
207
|
- !ruby/object:Gem::Version
|
|
208
208
|
version: '0'
|
|
209
209
|
requirements: []
|
|
210
|
-
rubygems_version: 3.
|
|
210
|
+
rubygems_version: 3.1.6
|
|
211
211
|
signing_key:
|
|
212
212
|
specification_version: 4
|
|
213
213
|
summary: ezCater custom cops and shared configuration
|