nti_event_bus 0.1.0 → 0.1.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: 20a81903201667f24f670449fdcd72d0c5dc7e2ff317fc992a32d129c585eb60
4
- data.tar.gz: 91b184e622a256994b980f6ed0fae575768144ee195b8dcf97ab1477dc86fa60
3
+ metadata.gz: 1566844f5e21e73a28f9f45b0490e9efeb6289d8ac2221c0aab9d70c1e3a3cbf
4
+ data.tar.gz: 85b62ffb57e705c3a77d5df09a6baf79fe6d71c328ef34871a623629368fc889
5
5
  SHA512:
6
- metadata.gz: 1f711d6690c639c15e71cab839ec930ef5d0e86e01e290f537757386ead3dd330ee88e91826f8ea9b54788c311b146c0de296f3f55271823369a510dfd8440a3
7
- data.tar.gz: 2e50543c96df318dc59523ee3f03a97bfcb6eea141d26ec919988428ce6c4f4fa91b746032bb55d7393ee728efd50b961f380f76d1ec18c750946083ca114442
6
+ metadata.gz: 95f810b8233bf2c7e7393c2baaa4be09842e9dc1c07b330cf1147f0dc89823ff3e0c9c2c76aada71dd461805e58088a3978b50d54519d74cf37da5e72afa4a54
7
+ data.tar.gz: d372871e39050a105ff6d1bc260c3e97ca6ed2f26fa283bfe10df2ea84f03769c6f008e174f60ac4102ed4c574edd4d14490f3f553899439d3d83b84388eef42
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ---
9
+
10
+ ## [0.1.1] - 2026-07-28
11
+
12
+ - Update gem dependencies to latest versions.
13
+ - Fix release workflow permissions and streamline the gem build/publish steps.
14
+
3
15
  ## [0.1.0] - 2026-07-07
4
16
 
5
17
  - Initial release. Extracted from the Tindahang Tapat OnPrem application.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NtiEventBus
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nti_event_bus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Den Meralpis
@@ -83,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
85
  requirements: []
86
- rubygems_version: 4.0.10
86
+ rubygems_version: 3.6.9
87
87
  specification_version: 4
88
88
  summary: A production-grade event bus with a Rails DSL and asynchronous ActiveJob
89
89
  dispatch.