gitlab-glaz 0.0.2 → 0.0.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.
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" }
@@ -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: ruby
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
@@ -89,6 +89,8 @@ extensions:
89
89
  - ext/glaz/extconf.rb
90
90
  extra_rdoc_files: []
91
91
  files:
92
+ - Cargo.lock
93
+ - Cargo.toml
92
94
  - LICENSE
93
95
  - README.md
94
96
  - ext/glaz/Cargo.toml