rubocop-constable 0.1.0 → 1.1.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 +13 -1
- data/lib/rubocop/constable/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2ac91ba1b31d664f5d3f39eab5787c99369aa1d46a707322d70ed9cfb05549bb
|
|
4
|
+
data.tar.gz: 6b45590dd307bfc22e5d4cae0c44db6898b81486bc66b8137a8170b4912cbc60
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 326f62a6720c82927a1c2e04129744fc7814228dffc6bab995c4e3d1b72c553ccc65ff669a0de8636e0ebd36f0a4e4875892b8224dedeef2f59fb9239de98236
|
|
7
|
+
data.tar.gz: 248579c344ae9dda1c61e847b6c70ba4d75404abb8c542f3e9d4e4a9b60abc190438a22698d3fd872235834fa5ee9bb3ac22c65765cb73d2d42100da4c8cb13b
|
data/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,19 @@
|
|
|
3
3
|
All notable changes to `rubocop-constable` are documented here.
|
|
4
4
|
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
5
5
|
|
|
6
|
-
## [
|
|
6
|
+
## [1.1.0]
|
|
7
|
+
|
|
8
|
+
Version bumped to track `constable-rails` 1.1.0. No cop changes.
|
|
9
|
+
|
|
10
|
+
## [1.0.0]
|
|
11
|
+
|
|
12
|
+
Version bumped to track `constable-rails` 1.0.0. The cops themselves are unchanged --
|
|
13
|
+
all seven were already correct, and the suite (97 runs) still passes untouched. They
|
|
14
|
+
were verified against a real Rails app for the first time in this cycle: all seven fire,
|
|
15
|
+
and cold cases are exempt as designed (27 spec files, zero offenses, while the native
|
|
16
|
+
probe file trips nine).
|
|
17
|
+
|
|
18
|
+
## [0.1.0]
|
|
7
19
|
|
|
8
20
|
Initial release. Seven cops, all enabled by default, all scoped to native
|
|
9
21
|
`Constable::Case` files:
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop-constable
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ray Hughes
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-09-
|
|
11
|
+
date: 2026-09-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|
|
@@ -40,7 +40,7 @@ description: |
|
|
|
40
40
|
Install it alongside `constable-rails` and add `require: rubocop-constable` to
|
|
41
41
|
`.rubocop.yml`.
|
|
42
42
|
email:
|
|
43
|
-
-
|
|
43
|
+
- raymond.hughes@live.com
|
|
44
44
|
executables: []
|
|
45
45
|
extensions: []
|
|
46
46
|
extra_rdoc_files: []
|