gitaly-proto 0.73.0 → 0.74.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: 3025ee8baa2b980eed465b20e1300e126983b4b7
4
- data.tar.gz: d4e5efb56256a273fcddcb4115ada42172d376b6
3
+ metadata.gz: 0fe92a2843028a14d8e1d6b965092e0d43fc7d2e
4
+ data.tar.gz: e87bb44b8459a5627a3d66d8ed0acdcd22b6047e
5
5
  SHA512:
6
- metadata.gz: 00b0e5ffd6c54709247e450e877ea0e049902f486d6153ac672d47a92965d4b139dd9dc49ae86dad64b4b87f69f1236852cb2c81a9fa276e93cc5dd2cf8d2692
7
- data.tar.gz: 93a88cfcef9b3a196e48bb5440fd4a829432d0cc06cfd8845b45d65793a9fcf3cf314e216ce79b8d6da1472c6b532333003b3739e4213a6bab10e147c262c3d8
6
+ metadata.gz: c13d626b6267eb7868c0291cf7550e86a002d8d321789c026292c64499b7f222a827981ce0291f38bf04b0ae23621aacc39cc7569c06228870177b6138a0e2e0
7
+ data.tar.gz: dfd67e5886ce370ad6861be6b1390d4cf92a20de07496d08d032365c9c5a043a8cf4ff5e1a6ddef6c1217a762a005351c9b35a564c747ed6d95507ed0d16ca9b
@@ -102,8 +102,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
102
102
  end
103
103
  add_message "gitaly.UserCommitFilesActionHeader" do
104
104
  optional :action, :enum, 1, "gitaly.UserCommitFilesActionHeader.ActionType"
105
- optional :file_path, :string, 2
106
- optional :previous_path, :string, 3
105
+ optional :file_path, :bytes, 2
106
+ optional :previous_path, :bytes, 3
107
107
  optional :base64_content, :bool, 4
108
108
  end
109
109
  add_enum "gitaly.UserCommitFilesActionHeader.ActionType" do
@@ -1,4 +1,4 @@
1
1
  # This file was auto-generated by _support/release
2
2
  module Gitaly
3
- VERSION = "0.73.0"
3
+ VERSION = "0.74.0"
4
4
  end
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: 0.73.0
4
+ version: 0.74.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: 2018-01-12 00:00:00.000000000 Z
11
+ date: 2018-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf
@@ -99,7 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
99
99
  version: '0'
100
100
  requirements: []
101
101
  rubyforge_project:
102
- rubygems_version: 2.5.1
102
+ rubygems_version: 2.5.2
103
103
  signing_key:
104
104
  specification_version: 4
105
105
  summary: Auto-generated gRPC client for gitaly