kas-grpc 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b07828ea125a251b07df16460ccb0787247eac89d2ca3ba84434fe52ef9396ae
|
4
|
+
data.tar.gz: 7113cabb68cb666a7685770aea39724fcff1f3b077f9c8bd6387dc9a8e06907a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dda03ea456811b7c9d00c052feb026e438d6e4c874c7ff806f42782cab5ec3722a5857492343cefab856eac3498ae8372f33eb31b6c198ccdd225a4a563e083e
|
7
|
+
data.tar.gz: 7021d18e505c91736d6ed233f855c3fff9d871df192127234154e0818a30c3ea4e334fe8d77717c8a698e27cc2e6eabe386f31f939366fdee26cafdacce67f20
|
@@ -9,6 +9,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
9
9
|
add_message "gitlab.agent.configuration_project.rpc.ListAgentConfigFilesRequest" do
|
10
10
|
optional :repository, :message, 1, "gitlab.agent.modserver.Repository", json_name: "repository"
|
11
11
|
optional :gitaly_address, :message, 2, "gitlab.agent.modserver.GitalyAddress", json_name: "gitalyAddress"
|
12
|
+
optional :default_branch, :string, 3, json_name: "defaultBranch"
|
12
13
|
end
|
13
14
|
add_message "gitlab.agent.configuration_project.rpc.ListAgentConfigFilesResponse" do
|
14
15
|
repeated :config_files, :message, 1, "gitlab.agent.configuration_project.rpc.AgentConfigFile", json_name: "config_files"
|
metadata
CHANGED
@@ -1,14 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kas-grpc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tiger Watson
|
8
|
+
- Hordur Freyr Yngvason
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
date:
|
12
|
+
date: 2022-03-09 00:00:00.000000000 Z
|
12
13
|
dependencies:
|
13
14
|
- !ruby/object:Gem::Dependency
|
14
15
|
name: grpc
|
@@ -27,6 +28,7 @@ dependencies:
|
|
27
28
|
description:
|
28
29
|
email:
|
29
30
|
- twatson@gitlab.com
|
31
|
+
- hfyngvason@gitlab.com
|
30
32
|
executables: []
|
31
33
|
extensions: []
|
32
34
|
extra_rdoc_files: []
|
@@ -58,7 +60,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
58
60
|
- !ruby/object:Gem::Version
|
59
61
|
version: '0'
|
60
62
|
requirements: []
|
61
|
-
rubygems_version: 3.1.
|
63
|
+
rubygems_version: 3.1.6
|
62
64
|
signing_key:
|
63
65
|
specification_version: 4
|
64
66
|
summary: Auto-generated gRPC client for KAS
|