rubocop-constable 1.4.1 → 2.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: d8f7ad90c448dcf0b38ff37f2c8f0e40060cfe87948c7fa01ebba55ba585d267
4
- data.tar.gz: 53a2b5a4c19c942f3e28223b3ca297ed2fe80a403d9e3676adb1010008ca7876
3
+ metadata.gz: 5666c590733f62ffeacf280bc896393b9284e3c21b202ac8b3fa9bf5a540371c
4
+ data.tar.gz: 27689944b3f96923214f81033950e32d572731a5fbb4187261a29dc35fcd76bc
5
5
  SHA512:
6
- metadata.gz: 98e1f68edde0628c44788b35d3183a4a615267163b03e84f47f5528f56f281f414ac0ebe47d0355eca29907fa0656a5bfb6f096d542fbdb97dd69cc471bc0aa7
7
- data.tar.gz: 3eed44e7c1ba9e6821491d1cdee2759ca9cd19fb2941c9c3d3927321ab8b199e344b2295f23ef8b26ea17c8ada7dc4def243b0ca59c22978e366f4695ea82973
6
+ metadata.gz: 965a91ad30421e28c9b5ca80daefbe9e411e5ede09501ee64bb66901140ab1ef37c98248ab815f28771f5455ed397a10eeab7976bca75e08cc2d67dcff3e12c7
7
+ data.tar.gz: 9e6ca8e1239d89152f4238ebdb77975a2bbfe9b067e2f0535ccf94e59f4a0e9adcd05929ddd65798beab3181d583c402225c567d1e20008a4fdda9bccc0a676d
data/CHANGELOG.md CHANGED
@@ -3,6 +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
+ ## [1.4.3]
7
+
8
+ Version bumped to track `constable-rails` 1.4.3. No cop changes.
9
+
10
+ ## [2.0.0]
11
+
12
+ Version bumped to track `constable-rails` 2.0.0. No cop changes; all seven cops are
13
+ unchanged and their suite (97 runs) passes untouched.
14
+
15
+ ## [1.4.2]
16
+
17
+ Version bumped to track `constable-rails` 1.4.2. No cop changes.
18
+
6
19
  ## [1.4.1]
7
20
 
8
21
  Version bumped to track `constable-rails` 1.4.1. No cop changes.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Constable
5
- VERSION = "1.4.1"
5
+ VERSION = "2.0.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-constable
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ray Hughes