gitlab-glaz 0.0.2-x86_64-linux-gnu → 0.0.3-x86_64-linux-gnu

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.
data/Cargo.toml ADDED
@@ -0,0 +1,14 @@
1
+ # Root Cargo.toml - Defines the workspace
2
+ [workspace]
3
+ members = ["ext/*"]
4
+ resolver = "2"
5
+
6
+ [workspace.package]
7
+ version = "0.0.3"
8
+ edition = "2024"
9
+
10
+ # Shared dependencies for all crates
11
+ [workspace.dependencies]
12
+ magnus = { version = "0.8.2", features = ["rb-sys"] }
13
+ rb-sys = "0.9.128"
14
+ glaz-module = { git = "https://gitlab.com/gitlab-org/auth/glaz.git", rev = "e1100ed8d93b3db58627229b7c4e16e29905a3d0" }
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Gitlab
4
4
  module Glaz
5
- VERSION = "0.0.2"
5
+ VERSION = "0.0.3"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab-glaz
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: x86_64-linux-gnu
6
6
  authors:
7
7
  - group::authorization
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-06-02 00:00:00.000000000 Z
11
+ date: 2026-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf
@@ -88,6 +88,8 @@ executables: []
88
88
  extensions: []
89
89
  extra_rdoc_files: []
90
90
  files:
91
+ - Cargo.lock
92
+ - Cargo.toml
91
93
  - LICENSE
92
94
  - README.md
93
95
  - ext/glaz/Cargo.toml