hubbado-trailblazer 1.0.0 → 1.0.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 +4 -4
- data/CHANGELOG.md +7 -0
- data/hubbado-trailblazer.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: ce83fa1c0b2b2d8927321b6f11028103de221b624c9b03a033ba3cef17e71452
|
4
|
+
data.tar.gz: 1bfe79a10ae54e6d3108f079a5982fdd12a98f3695fdb5708f54c6f176baff75
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 826a903eef21fd6ad006e9e3cd75b2ca37bdd765e41c040fe7c63e26306c779fd3a5bc1f373b9148e96ab902bea7b641cbd74d578820596c15e1ea615679695d
|
7
|
+
data.tar.gz: b3234e0daff59af8dab2a2bdd8d611d40cad0429b69ffc7f31e0d42ebc2749408d924ced3cd2209fa8737841bae963629c6372f2eb144559cd9e34730f5b66e1
|
data/CHANGELOG.md
CHANGED
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
7
7
|
|
8
|
+
## [1.0.1] - 2025-05-30
|
9
|
+
|
10
|
+
### Added
|
11
|
+
|
12
|
+
- hubbado-log dependency is in rubygems
|
13
|
+
|
14
|
+
|
8
15
|
## [1.0.0] - 2025-05-29
|
9
16
|
|
10
17
|
### Added
|
data/hubbado-trailblazer.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = "hubbado-trailblazer"
|
3
|
-
s.version = "1.0.
|
3
|
+
s.version = "1.0.1"
|
4
4
|
s.summary = "Enhanced Trailblazer operation utilities for Ruby applications with improved error handling, operation execution patterns, and ActiveRecord integration."
|
5
5
|
|
6
6
|
s.authors = ["Hubbado Devs"]
|