gitaly-proto 0.63.0 → 0.64.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: a829733e68351a7d6dcde49253de75679cfb478c
4
- data.tar.gz: ac8c170c20d6dd4b5448eb39efde81bf2ae9d5c5
3
+ metadata.gz: fdfd77282b34f93de6b43163e83682d407ee4ec0
4
+ data.tar.gz: 1af0d48a03417af39aa8b5e4a6649ba17e1a7500
5
5
  SHA512:
6
- metadata.gz: eaf89d7a4d275e85e87602c8c8bd530d38fc3ce60a44ec8220cec0584d25d6823a5c695851375f7724f58d9c6789a06dcf01bf4c888f5c14334d73d42c0b5ac4
7
- data.tar.gz: 7b856471ed3691f9d9aabf2b2ac0b7f1f626d1fcdadbb6f7ab0b569941a837bd2496efd0332ba25d75c5ad6a3f606456cc6c18d0b8f97e44460227dde4c99fd6
6
+ metadata.gz: 772f2f5bf8cc43ee16ffc2e837dd9bfcf6d490ea7d704ba5f9305e442c6470f1e1e5b48e18b13041add26ba1de30d17499cd656b2159d055c375ee5d3a80e536
7
+ data.tar.gz: a7721122f1ec889ec5a538bf0900dc3551d48d536a2374aacc4df0c4fc9e73515a8c41b562e18a16445f1828585ccdc4610c1fbf56506bbd386e2171afa9b593
@@ -56,6 +56,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
56
56
  optional :after, :message, 3, "google.protobuf.Timestamp"
57
57
  optional :before, :message, 4, "google.protobuf.Timestamp"
58
58
  optional :path, :bytes, 5
59
+ optional :max_count, :int32, 6
59
60
  end
60
61
  add_message "gitaly.CountCommitsResponse" do
61
62
  optional :count, :int32, 1
@@ -1,4 +1,4 @@
1
1
  # This file was auto-generated by _support/release
2
2
  module Gitaly
3
- VERSION = "0.63.0"
3
+ VERSION = "0.64.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.63.0
4
+ version: 0.64.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: 2017-12-21 00:00:00.000000000 Z
11
+ date: 2017-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf