confium 0.6.2 → 0.7.0

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.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Confium
4
- VERSION = '0.6.2'
4
+ VERSION = '0.7.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: confium
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Open
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-08-26 00:00:00.000000000 Z
11
+ date: 2026-09-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rb_sys
@@ -121,13 +121,16 @@ files:
121
121
  - ext/confium_native/src/deployment.rs
122
122
  - ext/confium_native/src/ers.rs
123
123
  - ext/confium_native/src/lib.rs
124
+ - ext/confium_native/src/net.rs
124
125
  - ext/confium_native/src/openpgp_verify.rs
125
126
  - ext/confium_native/src/path.rs
126
127
  - ext/confium_native/src/pki.rs
127
128
  - ext/confium_native/src/store.rs
128
129
  - ext/confium_native/src/tc.rs
130
+ - ext/confium_native/src/tc_session.rs
129
131
  - ext/confium_native/src/transparency.rs
130
132
  - ext/confium_native/src/util.rs
133
+ - ext/confium_native/src/winsock.rs
131
134
  - lib/confium.rb
132
135
  - lib/confium/audit.rb
133
136
  - lib/confium/audit/otlp_sink.rb