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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 60b8c12b372f5ab077aa00bdf7f9638739d76485423eefebfd1aab14d4c17088
4
- data.tar.gz: 3de9bda895d56d17681e98b1c23a9fbce15f2dbb0442ee5500eae57e8aefee6d
3
+ metadata.gz: ce83fa1c0b2b2d8927321b6f11028103de221b624c9b03a033ba3cef17e71452
4
+ data.tar.gz: 1bfe79a10ae54e6d3108f079a5982fdd12a98f3695fdb5708f54c6f176baff75
5
5
  SHA512:
6
- metadata.gz: 852d22bce0c966280fad36f04c0eb0ec2df6318b58ccaf3d69a3c21ee15b108f1c91d2c985c715a27e5820c7aec742f5483819354d4fef57f2eaac3f7668cdf1
7
- data.tar.gz: e6a2141bac839c57928ef4891222bdfb1584fd94e2a6eb66d319899084e893a496f9c9cd068b9f66e5592b397f9e2f18209c2cc6ed155e5ff31c27e784ef3240
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
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "hubbado-trailblazer"
3
- s.version = "1.0.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"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hubbado-trailblazer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hubbado Devs