rubocop-constable 1.2.0 → 1.3.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: c6d315ab11bfc1688d039a434aa1c2e14559a6fce37976bea38ca304929fa9b8
4
- data.tar.gz: bb284a48bbea8fba8afaedd76600efb49c535fbd5a276ca7f665cfea9e3aadae
3
+ metadata.gz: 314466389427326a81c63fe9d38572af5c1e091b6c62b39321adecbd1eb0ca2b
4
+ data.tar.gz: b8a3e94d15a4803ac4982ee00022fbe5416f6fd9ef52dee2f5c71b0888e1e744
5
5
  SHA512:
6
- metadata.gz: b18a6c3c96f3a0e441a466ce1918b78e233bf96ae7a2850185183b1c9ef7449ad891755bc840f87fb23999cae467c447e87440c6fadc59cece2b481a7a37896e
7
- data.tar.gz: 0f555896d09fbd32809f3897f5bc88ceddf0c94b29d0fd655656cc449177fd967369692a1d6b2b971ff3293c6e97c906121b2dae9a428eb9eb3010df2639457f
6
+ metadata.gz: b1321040ee368594b0ca0288cbfca30d0dbd593d0d8af72f667f6dfe31017536f8db649e434ce6c213b217193a44c710f4ec4a7753350cf3ca386fdea3ee1338
7
+ data.tar.gz: e77337ec56efb7c5404cd9e1a0926fc23bd2a48d31b42682e9c5221f96d6b709a2c052eae62debadecbf88f93458418731e9be328916451c6d1962b7493e2148
data/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
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.3.0]
7
+
8
+ Version bumped to track `constable-rails` 1.3.0. No cop changes.
9
+
6
10
  ## [1.2.0]
7
11
 
8
12
  Version bumped to track `constable-rails` 1.2.0. No cop changes.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Constable
5
- VERSION = "1.2.0"
5
+ VERSION = "1.3.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.2.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ray Hughes