gitaly-proto 0.110.0 → 0.111.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/ruby/lib/gitaly/smarthttp_pb.rb +1 -0
- data/ruby/lib/gitaly/ssh_pb.rb +1 -0
- data/ruby/lib/gitaly/version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: dc22bc26f9a78efb81e734a5baccf243876b996f
|
4
|
+
data.tar.gz: e5e5442e616faaef318ed185ce1b16214138aea0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e9208069bcc5f85701340de9a6c47ccdb6184a4cfa20e13b0094bdbf0b09fb0e4a20c2c768c185761e56d77e80a39c1aab1eb304be6f41ffac0391754c2cf96b
|
7
|
+
data.tar.gz: d43b8af68f684ac4f8ce9ae5a9a15b5fbd66d46c10d1319e633f99ca98f408949a0843c24b00f9a5b85032a4255a9eb7fed3e37890b0b5c3916d7b6c5e926558
|
@@ -29,6 +29,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
29
29
|
optional :gl_repository, :string, 4
|
30
30
|
optional :gl_username, :string, 5
|
31
31
|
optional :git_protocol, :string, 6
|
32
|
+
repeated :git_config_options, :string, 7
|
32
33
|
end
|
33
34
|
add_message "gitaly.PostReceivePackResponse" do
|
34
35
|
optional :data, :bytes, 1
|
data/ruby/lib/gitaly/ssh_pb.rb
CHANGED
@@ -23,6 +23,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
23
23
|
optional :gl_repository, :string, 4
|
24
24
|
optional :gl_username, :string, 5
|
25
25
|
optional :git_protocol, :string, 6
|
26
|
+
repeated :git_config_options, :string, 7
|
26
27
|
end
|
27
28
|
add_message "gitaly.SSHReceivePackResponse" do
|
28
29
|
optional :stdout, :bytes, 1
|
data/ruby/lib/gitaly/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gitaly-proto
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.111.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jacob Vosmaer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-07-
|
11
|
+
date: 2018-07-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-protobuf
|
@@ -103,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
103
103
|
version: '0'
|
104
104
|
requirements: []
|
105
105
|
rubyforge_project:
|
106
|
-
rubygems_version: 2.
|
106
|
+
rubygems_version: 2.6.14.1
|
107
107
|
signing_key:
|
108
108
|
specification_version: 4
|
109
109
|
summary: Auto-generated gRPC client for gitaly
|