hubbado-style 1.5.1 → 1.5.2

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: 7fce73af7b3fefe07c51128ac107739cd3f0aa238efd8546fee05c470ef0bddb
4
- data.tar.gz: 6fcf8ba3195d54cdcab133a02a768bcf55e55fdf23dd67e6f292cdd54644d1e0
3
+ metadata.gz: 9f3a281636b742d81c45f804d0d65e8966ffed88b215da287f3cbe735218f68e
4
+ data.tar.gz: dbb7802765d29119980488f822c536d5a945c9aba9aae84bc0983c2a2002588a
5
5
  SHA512:
6
- metadata.gz: 68362a17deb80c7cf67deb787f45b1fc6f57071a7280b9a5fc4bf0b8ce74e4271b82b902f5469ef8b0b1924cbeb21daacfb90810e267a104215bf0544619bc04
7
- data.tar.gz: 5acd8173c2c8dc5be7ab7c0d9cea015f2860bc4d973872041355ef5fbd76dab6563e888720f0ffa186ae21a08f3c6d86ea14373e9bc7f8181ff270ee9f1851c3
6
+ metadata.gz: 0eebbca11b442677d15512dd902c107b5a022063b7cfebada42190feb93d692edfd858f30c50337ee97db4069d1c656579eb58809c73599aa08e12dfd83e0ad0
7
+ data.tar.gz: 901dc8f390cc602188df82ce5da0db1daab5f648869f6992fa07bc97dc4016522d6e34379c3195a5873fbd12a0fd9817980ba6155a6e7787b746df5a40d3ad95
data/CHANGELOG.md CHANGED
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
  and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
+ # [1.5.2 - 2025-06-16]
8
+ ## Fixed
9
+ - Naming/PredicateName renamed to Naming/PredicatePrefix
10
+
11
+ # [1.5.1 - 2025-05-30]
12
+ - Bumped version to publish package in rubygems
13
+
7
14
  # [1.5.0 - 2025-04-11]
8
15
  ## Changed
9
16
  - Style/IfUnlessModifier disabled
data/default.yml CHANGED
@@ -32,7 +32,7 @@ Metrics/ParameterLists:
32
32
  Metrics/PerceivedComplexity:
33
33
  Enabled: false
34
34
 
35
- Naming/PredicateName:
35
+ Naming/PredicatePrefix:
36
36
  ForbiddenPrefixes:
37
37
  - is_
38
38
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "hubbado-style"
3
- s.version = "1.5.1"
3
+ s.version = "1.5.2"
4
4
  s.summary = "Hubbado style guides and shared style configs."
5
5
 
6
6
  s.authors = ["Hubbado Devs"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hubbado-style
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hubbado Devs