rubocop-constable 1.3.2 → 1.3.3

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: 8541627b0a2b05aad88a0393ce7760ebcde55041213b128d134914095a245f1d
4
- data.tar.gz: ff729fe665aa19f4e3dfc810d250dd345f459cea20461619908c9df1fc171137
3
+ metadata.gz: c323d592b20c8ee58d737b67a7f7032d97c953e9d1f356a39382ebdeeb0bb3f2
4
+ data.tar.gz: 200fdd2300486038203edf9d8cf6ea0d518f66e25cbecfcf2c31985b9d5a9916
5
5
  SHA512:
6
- metadata.gz: 8af0f9b8b7eda5610e962a81b7df1a5b0122f8d80bc4920baba366e0df9bceb113ca14cca1c4c6b528c1ba904711a2c1a8fba8308a3fb9c2d839dbe04adbe088
7
- data.tar.gz: a941f0f24bd0889f92e82a2c0bb769afda9c79c39da58f62c81b0fae1e99eca74b7dc07bdb9785ff646d0b51901c483610456b1437fa3a20babd640b745da135
6
+ metadata.gz: 17af300081cb89773aae7b905fe3a45a27bec1d69c3d1454b2d91d5193729e13b2e7e12a35b6c992e28f3f7f3f83beda96db8506ef6913248c57a9ebb82efb64
7
+ data.tar.gz: f8464adbabf25d6554371515499c6043faed663a9aa4adf973cf46c8eca586dc42756d79454fee83fb3f122d2b570361ed979f27cb33e3e730beae48c4a32ac9
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.3]
7
+
8
+ Version bumped to track `constable-rails` 1.3.3. No cop changes.
9
+
6
10
  ## [1.3.2]
7
11
 
8
12
  Version bumped to track `constable-rails` 1.3.2. No cop changes.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Constable
5
- VERSION = "1.3.2"
5
+ VERSION = "1.3.3"
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.3.2
4
+ version: 1.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ray Hughes