gitaly-proto 1.33.0 → 1.34.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/operations_pb.rb +1 -0
- data/ruby/lib/gitaly/version.rb +2 -2
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f7103c173ccb7317490276f8aed867611c6e10acc27ffc526d20b854c0215745
|
4
|
+
data.tar.gz: c3c5b9f363b5c7eb42a1595dd2d2f93e928fcf7b55d6c62803396fb5993a9da1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 24c5d2b3ccfb46778d35d89f5633e370445f2529a272879c44c4fbbe8108067af8bf88294fee30cb49d613e032a7a0289b2208db1edb6500c5ebad8bb9f58ecb
|
7
|
+
data.tar.gz: 0c3e9c5efb78b76e0bd089b365bfc563b1cab503f186fc256a2f755eee590bb1d818f7259159a8fee2f5dbc8377d5204c4f2346ad7ee484ba42283f3a9e541ba
|
@@ -155,6 +155,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
155
155
|
optional :start_branch_name, :bytes, 7
|
156
156
|
optional :start_repository, :message, 8, "gitaly.Repository"
|
157
157
|
optional :force, :bool, 9
|
158
|
+
optional :start_sha, :string, 10
|
158
159
|
end
|
159
160
|
add_message "gitaly.UserCommitFilesRequest" do
|
160
161
|
oneof :user_commit_files_request_payload do
|
data/ruby/lib/gitaly/version.rb
CHANGED
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: 1.
|
4
|
+
version: 1.34.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: 2019-06-
|
11
|
+
date: 2019-06-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: grpc
|
@@ -90,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
90
90
|
- !ruby/object:Gem::Version
|
91
91
|
version: '0'
|
92
92
|
requirements: []
|
93
|
-
|
94
|
-
rubygems_version: 2.7.6
|
93
|
+
rubygems_version: 3.0.3
|
95
94
|
signing_key:
|
96
95
|
specification_version: 4
|
97
96
|
summary: Auto-generated gRPC client for gitaly
|