gitaly 0.13.0 → 0.14.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: 9df2903d1621dd73cc68b98f2c6d31e66bab4876
4
- data.tar.gz: 55e4e2a13be32ec5d6214f09f037e7738e4a4904
3
+ metadata.gz: 113c62b99c6608ea90d69c344a088e9e565b1ae0
4
+ data.tar.gz: 962ab04cb8046e46899367272db4e125cee33587
5
5
  SHA512:
6
- metadata.gz: fcd1e03bac6db91413c1ece141db4791a7155c7411228379b2fe5c968b0fa42b76834fd68e75078e64f19912ade208dbe69767ff69248eadfd57011754614147
7
- data.tar.gz: df8e45f20b41d47aa68a0c4aac3ae9329639c9a179e9bbe4bc47533b57136261fc4bc78822ea24339da9811b87aba4ff538a52622d2c51cbab84c8c40423c7fe
6
+ metadata.gz: 581c9a2af464fb750a16055b0ff691720be150ee233cb1e039e2f13fb4ac3ba7a40ee2c761022d08a0b06076a7b603d30f6819eca58af422462de191311fe431
7
+ data.tar.gz: 16263c1c72d4b8e02a42555976a1560f21fc21155f641e730df1f5244cd88642ecb1f3383b4d9baa54fda0789eee8f58e43388ed8aad4c04409aba2c05273d5a
@@ -8,6 +8,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
8
8
  add_message "gitaly.GetBlobRequest" do
9
9
  optional :repository, :message, 1, "gitaly.Repository"
10
10
  optional :oid, :string, 2
11
+ optional :limit, :int64, 3
11
12
  end
12
13
  add_message "gitaly.GetBlobResponse" do
13
14
  optional :size, :int64, 1
@@ -12,6 +12,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
12
12
  add_message "gitaly.GitCommit" do
13
13
  optional :id, :string, 1
14
14
  optional :subject, :bytes, 2
15
+ optional :body, :bytes, 3
15
16
  optional :author, :message, 4, "gitaly.CommitAuthor"
16
17
  optional :committer, :message, 5, "gitaly.CommitAuthor"
17
18
  repeated :parent_ids, :string, 6
@@ -1,4 +1,4 @@
1
- # This file was auto-generated by _support/release
1
+ # This file was auto-generated by ./_support/release
2
2
  module Gitaly
3
- VERSION = "0.13.0"
3
+ VERSION = "0.14.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.13.0
4
+ version: 0.14.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-06 00:00:00.000000000 Z
11
+ date: 2017-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf