gitaly-proto 0.79.0 → 0.80.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 -1
- data/ruby/lib/gitaly/version.rb +1 -1
- 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: aaf2c662cbd85f1a752aba8b6ed04ecc950a5f49
|
4
|
+
data.tar.gz: 6df943a925bd2d3862af339b1a405f61a1b4a71d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7fa348ba1a10d4cfa054d7c71ae45fc54feca86c59b77215772c2b43fd6d586cc6a4071947ac794498cac7785ba178e277cf03c52cd20cae5efa5205b289f6cf
|
7
|
+
data.tar.gz: 4620b86dcbba96fe3cd1656ec0522f340518cd6264247fdbfb56d9cd1bb0a7d45dd8592c85028a71b2f74d9b17520fe4a9428d09182f7e2222a3df3aaf1d7f54
|
@@ -138,6 +138,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
138
138
|
add_message "gitaly.UserCommitFilesResponse" do
|
139
139
|
optional :branch_update, :message, 1, "gitaly.OperationBranchUpdate"
|
140
140
|
optional :index_error, :string, 2
|
141
|
+
optional :pre_receive_error, :string, 3
|
141
142
|
end
|
142
143
|
add_message "gitaly.UserRebaseRequest" do
|
143
144
|
optional :repository, :message, 1, "gitaly.Repository"
|
@@ -165,7 +166,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
165
166
|
end
|
166
167
|
add_message "gitaly.UserSquashResponse" do
|
167
168
|
optional :squash_sha, :string, 1
|
168
|
-
optional :pre_receive_error, :string, 2
|
169
169
|
optional :git_error, :string, 3
|
170
170
|
end
|
171
171
|
end
|
data/ruby/lib/gitaly/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gitaly-proto
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.80.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jacob Vosmaer
|
@@ -101,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
101
101
|
version: '0'
|
102
102
|
requirements: []
|
103
103
|
rubyforge_project:
|
104
|
-
rubygems_version: 2.
|
104
|
+
rubygems_version: 2.5.2
|
105
105
|
signing_key:
|
106
106
|
specification_version: 4
|
107
107
|
summary: Auto-generated gRPC client for gitaly
|