gitaly-proto 0.65.0 → 0.66.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: c122ae6acd4ad78005a7a3903a3a57e1e7d24753
4
- data.tar.gz: c126c2b56d968dd62e39ba60b7233bc6cde25cbe
3
+ metadata.gz: 0af27c7ba1687f9a231bb53663899172cb34ddf2
4
+ data.tar.gz: d3096027dd729824a6f69c5680d4da1135e95c29
5
5
  SHA512:
6
- metadata.gz: c79ce25521b0b319ba0d2a1f21a0dfe921c0ac67932cda5060ffc95cea15ec83c4c84edc562ad9611b2182dbcd927cc6301ff27052107eb42712e620517960aa
7
- data.tar.gz: 17e8401fcfcb657894041dad86ebadb375693cafe91ffaa5a4cada2d39282c169a439c9ab8ebdbb7114d98707498d60a4c6ece90dbe61eafdb31eef0b656c148
6
+ metadata.gz: fe31e7fe816d84f6ddba75dd96f6945c2f9bd2e7b9a4bcc27e6403620aebdd1f713a6e8948798fb4f53a5c5a3f0b9baa1466c17defec453ca885f06c067a6f0a
7
+ data.tar.gz: 0af0496aca1e76d02c15bfc43fa30da8531c323601f817d060670d4e04b03a68b77a529b81a8371a0c0f16412fafefb7f95a39a0cbff89f0cf7d970a65f4c8e5
@@ -9,7 +9,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
9
9
  optional :repository, :message, 1, "gitaly.Repository"
10
10
  optional :name, :string, 2
11
11
  optional :url, :string, 3
12
- optional :mirror_refmap, :string, 4
12
+ repeated :mirror_refmaps, :string, 5
13
13
  end
14
14
  add_message "gitaly.AddRemoteResponse" do
15
15
  end
@@ -1,4 +1,4 @@
1
1
  # This file was auto-generated by _support/release
2
2
  module Gitaly
3
- VERSION = "0.65.0"
3
+ VERSION = "0.66.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.65.0
4
+ version: 0.66.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-12-29 00:00:00.000000000 Z
11
+ date: 2018-01-04 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