ezcater_rubocop 1.4.0 → 1.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/ezcater_rubocop/version.rb +1 -1
- data/lib/rubocop/cop/ezcater/ruby_timeout.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2626666be301038771507fd6f16b7692e5cfec95d95c390af0549ad51362beb5
|
4
|
+
data.tar.gz: 51743b8cad931afabb760f6e6febba320b88319a6fa614edc4711fb88cc92a4a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c0eedbd9d68682219bb3a2b2e221f1cdab8a06ab43c5dde9fc52dbfba7f66ab8cf4ad737fd1ba437d83c66308784d30e0916677eea5094212c3b6f21a4f42bb0
|
7
|
+
data.tar.gz: 2881e1d3b53b4ced6aa8c5beb4c82fda57ddd1b0da6582c7820e690a4e29e13eecb128f49db02526122789b3e1eeda48f3b7c3709e20dd1d05ab76f211219841
|
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
|
+
## v1.4.1
|
10
|
+
- Correct a matching syntax issue with `Ezcater/RubyTimeout` so that it applies in the expected cases.
|
11
|
+
|
9
12
|
## v1.4.0
|
10
13
|
- Add `Ezcater/RubyTimeout` cop.
|
11
14
|
|