ace-handbook-integration-pi 0.3.3 → 0.3.5
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 +10 -0
- data/lib/ace/handbook/integration/pi/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c8b8003a2dfb7f023418d9fe85ad47fae291cd864a1dcc919ca75a54c04b823e
|
|
4
|
+
data.tar.gz: c7462291670e6cfbb111b27f0c5d2d25a10e6cc087426fcb30145c837e0a03c7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a9903ea20aa4eceeea8e6496d00ed1ea44d157dd4610bf61d707a54e9067ab18ffed7cd1237543157a20efcb6f7b2bdac99bcbdc7435fe3f3f0cd6b61822ccaa
|
|
7
|
+
data.tar.gz: 56c90173e52c0e54a36d7947763a88e8f2d731c86f2a9c54ee2cc1706fd44c405368b607f62828ecdd07281b55b967cfce20eebd8009252af400b5b3544063aa
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,16 @@ All notable changes to ace-handbook-integration-pi will be documented in this fi
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [0.3.5] - 2026-03-29
|
|
8
|
+
|
|
9
|
+
### Technical
|
|
10
|
+
- Updated the `ace-handbook` runtime dependency range from `~> 0.21` to `~> 0.22` to follow the new handbook minor release.
|
|
11
|
+
|
|
12
|
+
## [0.3.4] - 2026-03-29
|
|
13
|
+
|
|
14
|
+
### Technical
|
|
15
|
+
- Normalized published gem metadata so RubyGems and Ruby Toolbox use current release information instead of the 1980 fallback date.
|
|
16
|
+
|
|
7
17
|
|
|
8
18
|
## [0.3.3] - 2026-03-29
|
|
9
19
|
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ace-handbook-integration-pi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michal Czyz
|
|
8
8
|
bindir: exe
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date:
|
|
10
|
+
date: 2026-04-01 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: ace-handbook
|
|
@@ -15,14 +15,14 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - "~>"
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: '0.
|
|
18
|
+
version: '0.22'
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
23
|
- - "~>"
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: '0.
|
|
25
|
+
version: '0.22'
|
|
26
26
|
description: PI-specific provider integration package that extends ace-handbook with
|
|
27
27
|
provider manifests.
|
|
28
28
|
email:
|