gitaly-proto 0.32.0 → 0.33.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: e63089089b6326c4ce396dff1e42efe3d5012b5e
4
- data.tar.gz: 7b22b7680149adf9b4d489893c25f18c8749c73b
3
+ metadata.gz: a4351f2d81e02b6a6963e0582355f03257c184d5
4
+ data.tar.gz: f162ea5a43293fb8672460f6e093865b4d417a41
5
5
  SHA512:
6
- metadata.gz: c7da5c67a3abfa12dfdb061912c38a9e8ddb23b12bb7209c41183d86774d93962e44460470f2c269164d4e9a13f3fb4c16042204913b6f80e324297c275e079b
7
- data.tar.gz: 11e8c250d4c9c6fecfa0c9bdef6aaf3ad63714e81c7f9318bcb82b446e022685e96adaca6f8544ca9178e0bb1ce958d8489606300c4b75f0bed75bcb37c2eaa3
6
+ metadata.gz: 7f8ccb8fb75c6cbe8dd96d7c8cab309a689a140a6b9d78ffaf976b0c1ed872a2a5f5e613e545e5ce645a8cca821360b19c821e1a21a92d8e2c1a04cf55463790
7
+ data.tar.gz: 19f5afcaa89d8a29470b472a1b4d7e670408bb48d5688723975e57de628cd5f96bdfd455dc0a733d0dd4ac214b9eb112fd146b37b727b47719f9b970a418f693
@@ -67,6 +67,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
67
67
  optional :type, :enum, 4, "gitaly.TreeEntry.EntryType"
68
68
  optional :mode, :int32, 5
69
69
  optional :commit_oid, :string, 6
70
+ optional :flat_path, :bytes, 7
70
71
  end
71
72
  add_enum "gitaly.TreeEntry.EntryType" do
72
73
  value :BLOB, 0
@@ -1,4 +1,4 @@
1
1
  # This file was auto-generated by _support/release
2
2
  module Gitaly
3
- VERSION = "0.32.0"
3
+ VERSION = "0.33.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.32.0
4
+ version: 0.33.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-08-30 00:00:00.000000000 Z
11
+ date: 2017-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf
@@ -91,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
91
91
  version: '0'
92
92
  requirements: []
93
93
  rubyforge_project:
94
- rubygems_version: 2.5.1
94
+ rubygems_version: 2.5.2
95
95
  signing_key:
96
96
  specification_version: 4
97
97
  summary: Auto-generated gRPC client for gitaly