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 +4 -4
- data/CHANGELOG.md +7 -0
- data/default.yml +1 -1
- data/hubbado-style.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9f3a281636b742d81c45f804d0d65e8966ffed88b215da287f3cbe735218f68e
|
4
|
+
data.tar.gz: dbb7802765d29119980488f822c536d5a945c9aba9aae84bc0983c2a2002588a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
data/hubbado-style.gemspec
CHANGED