circulator 2.1.13 → 3.0.0

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: 8004841370c863fdd0910117bf16212a16b2584b9862fb7521637e817006ac9a
4
- data.tar.gz: 49c4c8368037c91f0fd2eeb9f1c69654e0db9334d1b6e2cb8c7f34f4e6aa79c3
3
+ metadata.gz: 9968947252ce58a57128dede22347aba081ed39b515de427868d240e963307f3
4
+ data.tar.gz: 8b216356c83d0bfc169b94cba44ab23adc153dbc70bef8b4a5dca16e8faf22e0
5
5
  SHA512:
6
- metadata.gz: 34ec6da8f78e953350d3a24dbe609cbb15e7a90a0c204fe7ecb023b98e9b6adcc4edcbb700640f7af157f623a2e020d2cf55b7d3b329b028f942e0208d313f0d
7
- data.tar.gz: b31bbb831011ca82e47cbd6c1272f561eaecd41d49e4ddde7abce65d212d2bdb4476274d7e1029c5c03946a54daf8ce3540877aeed1b9fb2e51fca1472c8ba71
6
+ metadata.gz: 706b8085ed7233b1b3f3cf5c1acca0b2f8d1be9c4b61c35188731b22fd5e099bc90efe3bb8fcfa10de4c5ec286410a03efa108c3f6bc2a1609f0d4970dff553a
7
+ data.tar.gz: 0d35d33444128844ee07ed61acb86ffe94dbf442513af698d600ac566b2ab39de742a05615c69910704faa425e02fdf2993a8b7d4bfbcb47ff1e6639e9a70d92
data/CHANGELOG.md CHANGED
@@ -5,16 +5,9 @@ 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.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
- ## [2.1.13] - 2026-02-24
9
-
10
- ### Added
11
-
12
- - Flow#dup_for method for deep-copying flows to subclasses (4f75b79)
13
- - Error on redeclaring inherited flow attributes in subclasses (98ca6a7)
14
- - Extension support for subclasses that inherit parent flows (d73f231)
15
- - Lazy application of pending extensions via inherited hook (2ed2787)
8
+ ## [2.1.14] - 2026-02-24
16
9
 
17
10
  ### Changed
18
11
 
19
- - Subclasses of Circulator classes inherit parent flows Version: major (2a63539)
20
- - Flow methods use dynamic transition lookup for inherited flows (2ed2787)
12
+ - Update reissue dependency to 0.4.15 (d11ba8c)
13
+ - Update reissue dependency to 0.4.16 (25c4be7)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Circulator
4
- VERSION = "2.1.13"
4
+ VERSION = "3.0.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: circulator
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.13
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jim Gay