rubocop-constable 1.2.0 → 1.3.1

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: 321cacec4d6da4d55a07909c988843626203a4bbcad97ac8bfce6986d651ad53
4
+ data.tar.gz: 2a9f529741bc05fd229e1e6aa04ab966384235274484eb3a5f92ec5c425ef8ae
5
5
  SHA512:
6
- metadata.gz: b18a6c3c96f3a0e441a466ce1918b78e233bf96ae7a2850185183b1c9ef7449ad891755bc840f87fb23999cae467c447e87440c6fadc59cece2b481a7a37896e
7
- data.tar.gz: 0f555896d09fbd32809f3897f5bc88ceddf0c94b29d0fd655656cc449177fd967369692a1d6b2b971ff3293c6e97c906121b2dae9a428eb9eb3010df2639457f
6
+ metadata.gz: eb98d0d6df373f5286858bfe24f6cce0e4b90dade351614d7da2789d669c338a449ec9e60d7ca3aab68cd5ab6f5df7def0432e220d66ddb14bbfe0c46c5e90a7
7
+ data.tar.gz: d4f9f338c8261a83e91bbd04aba3b9d652b3004865ca13d20499281b877ecdbfae5a0ff1adcaadcc06ac9a4ee460971e84e09f4cbb01b90dc12aa04882ad9fca
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.3.1]
7
+
8
+ Version bumped to track `constable-rails` 1.3.1. No cop changes.
9
+
10
+ ## [1.3.0]
11
+
12
+ Version bumped to track `constable-rails` 1.3.0. No cop changes.
13
+
6
14
  ## [1.2.0]
7
15
 
8
16
  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.1"
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.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ray Hughes