rubocop-constable 1.0.0 → 1.2.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: 348bdb84a2f910610ac0029f25ea94d07ec247557cb21dceadbb2cdfdc37e17d
4
- data.tar.gz: 2c4102ed750609c02b0fcabe723d09afc6f5e09d5222d4b8cadf33b65ff7bde1
3
+ metadata.gz: c6d315ab11bfc1688d039a434aa1c2e14559a6fce37976bea38ca304929fa9b8
4
+ data.tar.gz: bb284a48bbea8fba8afaedd76600efb49c535fbd5a276ca7f665cfea9e3aadae
5
5
  SHA512:
6
- metadata.gz: 7c1d5bdddcb409d70737f1a86f4e22f36aa12368761209ae39ac8e368d5cee73a9caed2900a54786b675f7ea08088709d02f6908df7a4705dde0d2f4c80c1c93
7
- data.tar.gz: '036699c351ced507ea804b90c6355d6ec75c5362bb72806fd7385ea896aef1732a590d1cb12817ac3665d5b4afc7336d2fa6ab6eaa15f27ae4610f4724afa51f'
6
+ metadata.gz: b18a6c3c96f3a0e441a466ce1918b78e233bf96ae7a2850185183b1c9ef7449ad891755bc840f87fb23999cae467c447e87440c6fadc59cece2b481a7a37896e
7
+ data.tar.gz: 0f555896d09fbd32809f3897f5bc88ceddf0c94b29d0fd655656cc449177fd967369692a1d6b2b971ff3293c6e97c906121b2dae9a428eb9eb3010df2639457f
data/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.2.0]
7
+
8
+ Version bumped to track `constable-rails` 1.2.0. No cop changes.
9
+
10
+ ## [1.1.0]
11
+
12
+ Version bumped to track `constable-rails` 1.1.0. No cop changes.
13
+
6
14
  ## [1.0.0]
7
15
 
8
16
  Version bumped to track `constable-rails` 1.0.0. The cops themselves are unchanged --
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Constable
5
- VERSION = "1.0.0"
5
+ VERSION = "1.2.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.0.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ray Hughes