gitaly 1.83.0 → 1.84.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/ruby/proto/gitaly/blob_pb.rb +0 -1
- data/ruby/proto/gitaly/operations_pb.rb +0 -1
- data/ruby/proto/gitaly/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 834804a035c01eac0b965fec76117ec85662633ef4757f62c99f989b99512145
|
|
4
|
+
data.tar.gz: 7b951d44fec4931f0c1320fcc47a54c14598d33548310f46ebd754859cd1603e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 784989a426557499d76a5abebb190a5efc43bb5bf873ad2338d46bca613c165aa6044f9578e0fc2fc30b2217b0e7410f3d00055622c380ff019c0051859687fc
|
|
7
|
+
data.tar.gz: 6059e655673c1fe4a4bb75be984076d2c48494f735631cb513ec3da74a9a5359f7bce0543bbb4d6fec2f8f90b628bbe6c59251db73ce42ef3f690457dd6c06be
|
|
@@ -63,7 +63,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
|
63
63
|
end
|
|
64
64
|
add_message "gitaly.GetAllLFSPointersRequest" do
|
|
65
65
|
optional :repository, :message, 1, "gitaly.Repository"
|
|
66
|
-
optional :revision, :bytes, 2
|
|
67
66
|
end
|
|
68
67
|
add_message "gitaly.GetAllLFSPointersResponse" do
|
|
69
68
|
repeated :lfs_pointers, :message, 1, "gitaly.LFSPointer"
|
|
@@ -223,7 +223,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
|
223
223
|
optional :repository, :message, 1, "gitaly.Repository"
|
|
224
224
|
optional :user, :message, 2, "gitaly.User"
|
|
225
225
|
optional :squash_id, :string, 3
|
|
226
|
-
optional :branch, :bytes, 4
|
|
227
226
|
optional :start_sha, :string, 5
|
|
228
227
|
optional :end_sha, :string, 6
|
|
229
228
|
optional :author, :message, 7, "gitaly.User"
|
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: 1.
|
|
4
|
+
version: 1.84.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: 2020-01-
|
|
11
|
+
date: 2020-01-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: grpc
|
|
@@ -88,7 +88,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
89
|
version: '0'
|
|
90
90
|
requirements: []
|
|
91
|
-
rubygems_version: 3.0.
|
|
91
|
+
rubygems_version: 3.0.6
|
|
92
92
|
signing_key:
|
|
93
93
|
specification_version: 4
|
|
94
94
|
summary: Auto-generated gRPC client for gitaly
|