rubocop-constable 0.1.0 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4c912fddff14925ab4b86ed12735d37dce21f02b6d3fdedbfd5d86a4cf842b05
4
- data.tar.gz: e81930e509b082e3acc5014f47769a48c310032bfd7d9e905c4f46aa45ed36f7
3
+ metadata.gz: 348bdb84a2f910610ac0029f25ea94d07ec247557cb21dceadbb2cdfdc37e17d
4
+ data.tar.gz: 2c4102ed750609c02b0fcabe723d09afc6f5e09d5222d4b8cadf33b65ff7bde1
5
5
  SHA512:
6
- metadata.gz: 0d48aedd13025539938ee08952e99da6833a8e40f73bfe5b7875d69d9126dd563deff331833613f6cf251c742d52d704d28773335922563f7b6edb32826c55ec
7
- data.tar.gz: da375578877020106791b8ee52776866fb180b93eb683d7c568f87cc78847e3d7b4a72e751584df8beaeef8b8be014ed154f31107ca2a1efe800a0c74fbff7d0
6
+ metadata.gz: 7c1d5bdddcb409d70737f1a86f4e22f36aa12368761209ae39ac8e368d5cee73a9caed2900a54786b675f7ea08088709d02f6908df7a4705dde0d2f4c80c1c93
7
+ data.tar.gz: '036699c351ced507ea804b90c6355d6ec75c5362bb72806fd7385ea896aef1732a590d1cb12817ac3665d5b4afc7336d2fa6ab6eaa15f27ae4610f4724afa51f'
data/CHANGELOG.md CHANGED
@@ -3,7 +3,15 @@
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
- ## [0.1.0] - unreleased
6
+ ## [1.0.0]
7
+
8
+ Version bumped to track `constable-rails` 1.0.0. The cops themselves are unchanged --
9
+ all seven were already correct, and the suite (97 runs) still passes untouched. They
10
+ were verified against a real Rails app for the first time in this cycle: all seven fire,
11
+ and cold cases are exempt as designed (27 spec files, zero offenses, while the native
12
+ probe file trips nine).
13
+
14
+ ## [0.1.0]
7
15
 
8
16
  Initial release. Seven cops, all enabled by default, all scoped to native
9
17
  `Constable::Case` files:
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Constable
5
- VERSION = "0.1.0"
5
+ VERSION = "1.0.0"
6
6
  end
7
7
  end
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: 0.1.0
4
+ version: 1.0.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-07 00:00:00.000000000 Z
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
- - r.hughes2136@gmail.com
43
+ - raymond.hughes@live.com
44
44
  executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []