gitaly 0.21.0 → 0.22.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: 62b8b817a5ff01df6741625df9d2aecb11b39aa5
4
- data.tar.gz: 3d3ec4e0e8717e1769205cdec43975f49382dafe
3
+ metadata.gz: c71f71e9d39846d15064743fd205ed9363ffc71f
4
+ data.tar.gz: 4d54da49387f7cd7aec29b8974cd2bc9d4a8320f
5
5
  SHA512:
6
- metadata.gz: 06153ece4f6cc01e4dca3fd6e46c1a76782c2ca2882f59c8c8efb9386363e6c9699f624309013d5c08f7f71a522a528b0fea7fc1a3dfe2869b2cd1226d29740c
7
- data.tar.gz: 9c7a9fb00f635d707939669aacce65e527d081b2be64d11a02a90843b9c99702be020b1930a33a813a702ad7a2ec1a2c7be52bad644423c42ef0280bc5763c8b
6
+ metadata.gz: a6215b6b3cdebb1125134f78a246940f907fc10d3da8739c7b02b9fa52df8785af7e9bda7edf5c6072c8dcf12ee9cc475099e2f31dec18021951318df4c19c34
7
+ data.tar.gz: e81b69e6b30de61a1b8c2e8cca5712f5d9afa0c75faa054d6459c2909af77a6be5a9c68759719f4d868e442c36c8f53c8fd8e3e45499026713261d49ffde2a53
@@ -4,6 +4,7 @@
4
4
  require 'google/protobuf'
5
5
 
6
6
  require 'shared_pb'
7
+ require 'google/protobuf/timestamp_pb'
7
8
  Google::Protobuf::DescriptorPool.generated_pool.build do
8
9
  add_message "gitaly.CommitStatsRequest" do
9
10
  optional :repository, :message, 1, "gitaly.Repository"
@@ -52,6 +53,9 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
52
53
  add_message "gitaly.CountCommitsRequest" do
53
54
  optional :repository, :message, 1, "gitaly.Repository"
54
55
  optional :revision, :bytes, 2
56
+ optional :after, :message, 3, "google.protobuf.Timestamp"
57
+ optional :before, :message, 4, "google.protobuf.Timestamp"
58
+ optional :path, :bytes, 5
55
59
  end
56
60
  add_message "gitaly.CountCommitsResponse" do
57
61
  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.21.0"
3
+ VERSION = "0.22.0"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitaly
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.22.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-07-26 00:00:00.000000000 Z
11
+ date: 2017-07-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf