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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +21 -0
  3. data/lib/keyenv/version.rb +1 -1
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b674e0b30a5f7d531fab1e1029ee40fc1706633030c44227e8fbcbd684334b39
4
- data.tar.gz: 62d26d5f098f32e81341929bb86204bafb7543d7df22efc883f666b01b3ab182
3
+ metadata.gz: ade94f02ff5ba0fbc71169a76f2e431ae3618939142f5a7462c5bc1a524a6096
4
+ data.tar.gz: ea569758157e3efa0e8202a72c812d31aca94d749c63ed1f13484cd45f8a26a2
5
5
  SHA512:
6
- metadata.gz: b7d130375c1a7b6d275c8dfa9d8cdc82a88e0f593db5ec6253e6d2a0e7040ddfb7a24d516881b795a6ce6accd58d046a43219d1b3680a30ed89d127b8e1015c3
7
- data.tar.gz: 6cb4ab4ba2e5b1f2b962c899cbb868b738dab39c80c26ff2796a1527dd1fa59972536179ec1406d14cf50e6f38867645ef4c169fc5dba560413adb2184ec4d62
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
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module KeyEnv
4
- VERSION = "1.1.0"
4
+ VERSION = '1.2.3'
5
5
  end
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.1.0
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.0.3.1
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: []