gitaly-proto 0.116.0 → 0.117.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ruby/lib/gitaly/diff_pb.rb +1 -0
- data/ruby/lib/gitaly/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 074b294f6956f24e915be42814beb68e6d0ff351
|
4
|
+
data.tar.gz: f6622fbaf2a58986b678a36a22ae8c96aa61d207
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e29911ed29bae41587ac8296095aa2881bc58d2af84f9f5afb18d040278248e0d519ea3cc7003fc5fa98cbf6ef26aa2d9ab8f99677349bcecc5c06eaab62739
|
7
|
+
data.tar.gz: 01dfc8c1bb6e639aa59d8d80c770320f5c7a622dae2e0ab141c390d9a5d4f45c1b5156152685aee41ffdfa8b7a6c364152ba0bbb97d8f55321e51dfbd2d03367
|
data/ruby/lib/gitaly/diff_pb.rb
CHANGED
@@ -19,6 +19,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
19
19
|
optional :safe_max_files, :int32, 11
|
20
20
|
optional :safe_max_lines, :int32, 12
|
21
21
|
optional :safe_max_bytes, :int32, 13
|
22
|
+
optional :max_patch_bytes, :int32, 14
|
22
23
|
end
|
23
24
|
add_message "gitaly.CommitDiffResponse" do
|
24
25
|
optional :from_path, :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.117.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-09-
|
11
|
+
date: 2018-09-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-protobuf
|