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 +4 -4
- data/CHANGELOG.md +3 -10
- data/lib/circulator/version.rb +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: 9968947252ce58a57128dede22347aba081ed39b515de427868d240e963307f3
|
|
4
|
+
data.tar.gz: 8b216356c83d0bfc169b94cba44ab23adc153dbc70bef8b4a5dca16e8faf22e0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
-
-
|
|
20
|
-
-
|
|
12
|
+
- Update reissue dependency to 0.4.15 (d11ba8c)
|
|
13
|
+
- Update reissue dependency to 0.4.16 (25c4be7)
|
data/lib/circulator/version.rb
CHANGED