ace-b36ts 0.13.1 → 0.13.2
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 +6 -0
- data/lib/ace/b36ts/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: 6fbd15eb1b36d7e531836b025c8713a1fec54c51920ababe1800131acd4d934f
|
|
4
|
+
data.tar.gz: 420321f994ed3109f2d0d0f264f00b28a9debc604b1429a4d70018830469a051
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 713c649f627501036289e11d22ad5385f46accca7cb92cbdb97173bde1b9b15f3d054658b23d1460de754d02ca080c16ce21998b0eb5b2952e1b21c6c17fcf1a
|
|
7
|
+
data.tar.gz: f92bfe877b3888b0aa05b6e50e78fb132d7eb5c23dd52dc8bd3ce7953d4ffa09800743ca3ae98e09e242c7be3b663d89d6991cb4508f59fc6ce5e8edc7ced982
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
|
|
11
|
+
## [0.13.2] - 2026-03-29
|
|
12
|
+
|
|
13
|
+
### Fixed
|
|
14
|
+
- **ace-b36ts v0.13.2**: Bumped dependency constraints to currently available `~>` ranges on RubyGems and updated release metadata after dependency synchronization.
|
|
15
|
+
|
|
10
16
|
### Fixed
|
|
11
17
|
- Updated dependency constraints for install compatibility with current RubyGems releases:
|
|
12
18
|
- `ace-support-config ~> 0.9`
|
data/lib/ace/b36ts/version.rb
CHANGED
|
@@ -6,6 +6,6 @@ module Ace
|
|
|
6
6
|
# Namespace changed from Ace::Timestamp to Ace::Support::Timestamp
|
|
7
7
|
# Version 0.6.0: Gem renamed from ace-support-timestamp to ace-b36ts
|
|
8
8
|
# Namespace changed from Ace::Support::Timestamp to Ace::B36ts
|
|
9
|
-
VERSION =
|
|
9
|
+
VERSION = '0.13.2'
|
|
10
10
|
end
|
|
11
11
|
end
|