jay_api 27.2.0 → 27.2.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 +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/jay_api/properties_fetcher.rb +1 -1
- data/lib/jay_api/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a35b06322adf0ab11fcdd970835c9a1aac3ff8b5de340c4daa8fe9d2214613a5
|
4
|
+
data.tar.gz: 0be3fa8509779e0d18e4cacc5df1a182babe20554568f6a1af43ca9c8af2cc8e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 85f9eac9b429ef76ab803704be715bb038860a789376cd42dd213bd3d1fbcfaac2fc89881d3419a721ce3e3a25614a1f042067282c8a448c4c1664ca99ff381a
|
7
|
+
data.tar.gz: c01b9deda5d00aec9a188e7e60fd4b9b6d3f82801750cb5e00d9339c4380822b8e08788e9080107cb67cb26d1c80c4e8c42f99b68b1ef04a7e758c94c0561b31
|
data/CHANGELOG.md
CHANGED
@@ -8,6 +8,12 @@ Please mark backwards incompatible changes with an exclamation mark at the start
|
|
8
8
|
|
9
9
|
## [Unreleased]
|
10
10
|
|
11
|
+
## [27.2.1] - 2025-03-14
|
12
|
+
|
13
|
+
### Fixed
|
14
|
+
- `PropertiesFetcher#last` now correctly returns the last set of properties
|
15
|
+
(ordered chronologically).
|
16
|
+
|
11
17
|
## [27.2.0] - 2025-02-28
|
12
18
|
|
13
19
|
### Added
|
data/lib/jay_api/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jay_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 27.2.
|
4
|
+
version: 27.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Accenture-Industry X
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2025-
|
12
|
+
date: 2025-03-14 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|