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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: 0adaec540588d0e577d82905407520f9c98fdb78b040be538f07c9b5a12e335f
4
- data.tar.gz: 66d9c235d1b48b92c275027d564badc637c6e558b5a06b078f18e260b050cb90
2
+ SHA1:
3
+ metadata.gz: dc22bc26f9a78efb81e734a5baccf243876b996f
4
+ data.tar.gz: e5e5442e616faaef318ed185ce1b16214138aea0
5
5
  SHA512:
6
- metadata.gz: 219096ab96c4d050eb3034bfdfea3863f71101b003b637ec4cdaafd0c52b2eef4ab1abfdbc8aa3367df42e0ac9df6a18119654edec1630849112a3bc15a7556f
7
- data.tar.gz: f1582e1828b835359e781fb326fba72c15abd640076ccb49488170a8599784c3205f23aaa8656282f729388ef84d46a213b2a635a0740e46f3cbbd6f4409f8bf
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
@@ -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
@@ -1,4 +1,4 @@
1
- # This file was auto-generated by _support/release
1
+ # This file was auto-generated by /Users/jacobvosmaer/Desktop/gitlab-development-kit/gitaly/src/gitlab.com/gitlab-org/gitaly-proto/_support/release
2
2
  module Gitaly
3
- VERSION = "0.110.0"
3
+ VERSION = "0.111.0"
4
4
  end
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.110.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-27 00:00:00.000000000 Z
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.7.6
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