gitlab-gkg-proto 0.0.1

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: b8bbd58de583e48c78d701b9e4ee0eae518b8a520958f4102b68be0ebe1c784f
4
+ data.tar.gz: 2b9af543c4b80021690afa37255155d29243117643a50f4b2995a4a035f5ff58
5
+ SHA512:
6
+ metadata.gz: 12858c09308498da5737df1ad9edce12e95dc0ea61bfb9a32dfa613fa3994d58498b2bda19c65a76489d242dbdce3344392574447ff53eae825334777ed0968a
7
+ data.tar.gz: 3f9a4d568d28dd96df5bc49246242f21e9b4d887fc69f9e947449df114f98fb15c52ddf8bd7548c436eb7c89800939d4338c6a547a464401bb04b4d326e4b511
@@ -0,0 +1,7 @@
1
+ module Gitlab
2
+ module Gkg
3
+ module Proto
4
+ VERSION = '0.0.1'
5
+ end
6
+ end
7
+ end
@@ -0,0 +1 @@
1
+ require_relative 'gitlab/gkg/proto/version'
metadata ADDED
@@ -0,0 +1,62 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: gitlab-gkg-proto
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - GitLab
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-02-22 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: grpc
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.0'
27
+ description: Placeholder gem to reserve the name. Will contain auto-generated protobuf
28
+ and gRPC stubs for the GitLab Knowledge Graph (GKG) service.
29
+ email:
30
+ - engineering@gitlab.com
31
+ executables: []
32
+ extensions: []
33
+ extra_rdoc_files: []
34
+ files:
35
+ - lib/gitlab-gkg-proto.rb
36
+ - lib/gitlab/gkg/proto/version.rb
37
+ homepage: https://gitlab.com/gitlab-org/orbit/knowledge-graph
38
+ licenses:
39
+ - MIT
40
+ metadata:
41
+ allowed_push_host: https://rubygems.org
42
+ source_code_uri: https://gitlab.com/gitlab-org/orbit/knowledge-graph
43
+ post_install_message:
44
+ rdoc_options: []
45
+ require_paths:
46
+ - lib
47
+ required_ruby_version: !ruby/object:Gem::Requirement
48
+ requirements:
49
+ - - ">="
50
+ - !ruby/object:Gem::Version
51
+ version: '2.7'
52
+ required_rubygems_version: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ version: '0'
57
+ requirements: []
58
+ rubygems_version: 3.0.3.1
59
+ signing_key:
60
+ specification_version: 4
61
+ summary: Auto-generated gRPC client for the GitLab Knowledge Graph service
62
+ test_files: []