gitaly-proto 0.112.0 → 0.113.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
2
  SHA1:
3
- metadata.gz: 4ab1f0e2a7dea818292583230a0d9c1b2fc2b8eb
4
- data.tar.gz: 0f40d003c496ec5dda6614ed10142a634230ed9d
3
+ metadata.gz: b802184abb5294c6a71cceb76bac7c8b9a62ebf4
4
+ data.tar.gz: 3c99df52066325fdc50e6bc1b2a9ebaaac40a99b
5
5
  SHA512:
6
- metadata.gz: a7dcbfcea6a94f8e48e65d7aed6631e587d3036c6be3b11fe265f1deb80cf1f21e6c8189361f85982aa1c8b1cd59bd981f796eb61ff31d164474c330007f34aa
7
- data.tar.gz: f7548b552bf5047741fadc475150619118a2fd6ba4161c64daf27803cbfde3002d72399ff24abbe34c0b98db16fc7032ca19e8d698f8e7a8fb91d1598f74ae45
6
+ metadata.gz: d56d5ca567ed7278927ba58da8b2c31bf39bc978984369e468bc1fad8b6816c4f01e343917e73d1c1cbd1760d232c127452bd60cdccf54165b43cc91947271b5
7
+ data.tar.gz: 7a160b53565526e061a5612044b5f5fc6b568d829f56a053b06aca02e8cfa1a0ee7c72a1136246ed60907931a0ab7999dda371f8f7cff1f12557bfd1339600b9
@@ -32,6 +32,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
32
32
  optional :end_of_patch, :bool, 10
33
33
  optional :overflow_marker, :bool, 11
34
34
  optional :collapsed, :bool, 12
35
+ optional :too_large, :bool, 13
35
36
  end
36
37
  add_message "gitaly.CommitDeltaRequest" do
37
38
  optional :repository, :message, 1, "gitaly.Repository"
@@ -1,4 +1,4 @@
1
1
  # This file was auto-generated by _support/release
2
2
  module Gitaly
3
- VERSION = "0.112.0"
3
+ VERSION = "0.113.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.112.0
4
+ version: 0.113.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-08-02 00:00:00.000000000 Z
11
+ date: 2018-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf