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 +4 -4
- data/ruby/lib/gitaly/blob_pb.rb +1 -0
- data/ruby/lib/gitaly/shared_pb.rb +1 -0
- data/ruby/lib/gitaly/version.rb +2 -2
- 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: 113c62b99c6608ea90d69c344a088e9e565b1ae0
|
4
|
+
data.tar.gz: 962ab04cb8046e46899367272db4e125cee33587
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 581c9a2af464fb750a16055b0ff691720be150ee233cb1e039e2f13fb4ac3ba7a40ee2c761022d08a0b06076a7b603d30f6819eca58af422462de191311fe431
|
7
|
+
data.tar.gz: 16263c1c72d4b8e02a42555976a1560f21fc21155f641e730df1f5244cd88642ecb1f3383b4d9baa54fda0789eee8f58e43388ed8aad4c04409aba2c05273d5a
|
data/ruby/lib/gitaly/blob_pb.rb
CHANGED
@@ -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
|
data/ruby/lib/gitaly/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2017-07-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-protobuf
|