keyenv 1.1.0 → 1.2.3
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 +21 -0
- data/lib/keyenv/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ade94f02ff5ba0fbc71169a76f2e431ae3618939142f5a7462c5bc1a524a6096
|
|
4
|
+
data.tar.gz: ea569758157e3efa0e8202a72c812d31aca94d749c63ed1f13484cd45f8a26a2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 10be5fb6f55da03d2d4617f2f35f3b1a37849095cdaa93efed91c1ddc1ec75b1451ba41ca7170dcfd1e1b8efee300c5ed16135d7d503c7c2468f252d0bf6112c
|
|
7
|
+
data.tar.gz: 90ecd963436fdc38a5102b9497e96168a45111a5e1e8e252776f4cceabede4d37076d626d7eaa677f796c2233c2d37c7564ed37ef1c259425fb63bb8fcf1bc51
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,27 @@ 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.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [1.2.3](https://github.com/keyenv/ruby-sdk/compare/v1.2.2...v1.2.3) (2026-02-16)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* use trusted publishing for RubyGems releases ([e463d89](https://github.com/keyenv/ruby-sdk/commit/e463d89af72072c9baf2f72ac1245fa4e5eb11a1))
|
|
14
|
+
|
|
15
|
+
## [1.2.2](https://github.com/keyenv/ruby-sdk/compare/v1.2.1...v1.2.2) (2026-02-16)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* correct version extraction in release workflow ([32a8eb0](https://github.com/keyenv/ruby-sdk/commit/32a8eb09978cd642ef29c163b530d0e7e47828da))
|
|
21
|
+
|
|
22
|
+
## [1.2.1](https://github.com/keyenv/ruby-sdk/compare/v1.2.0...v1.2.1) (2026-02-07)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* security and correctness fixes with test coverage ([462ec7f](https://github.com/keyenv/ruby-sdk/commit/462ec7f4920871c418962e8f5a14cc538a978b59))
|
|
28
|
+
|
|
8
29
|
## [1.2.0](https://github.com/keyenv/ruby-sdk/compare/v1.1.0...v1.2.0) (2026-01-26)
|
|
9
30
|
|
|
10
31
|
|
data/lib/keyenv/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: keyenv
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- KeyEnv
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2026-02-16 00:00:00.000000000 Z
|
|
@@ -133,7 +133,7 @@ metadata:
|
|
|
133
133
|
changelog_uri: https://github.com/keyenv/ruby-sdk/blob/main/CHANGELOG.md
|
|
134
134
|
documentation_uri: https://keyenv.dev/docs/sdks/ruby
|
|
135
135
|
rubygems_mfa_required: 'true'
|
|
136
|
-
post_install_message:
|
|
136
|
+
post_install_message:
|
|
137
137
|
rdoc_options: []
|
|
138
138
|
require_paths:
|
|
139
139
|
- lib
|
|
@@ -148,8 +148,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
148
148
|
- !ruby/object:Gem::Version
|
|
149
149
|
version: '0'
|
|
150
150
|
requirements: []
|
|
151
|
-
rubygems_version: 3.
|
|
152
|
-
signing_key:
|
|
151
|
+
rubygems_version: 3.5.22
|
|
152
|
+
signing_key:
|
|
153
153
|
specification_version: 4
|
|
154
154
|
summary: Official Ruby SDK for KeyEnv - Secure secrets management
|
|
155
155
|
test_files: []
|