gitaly 0.5.1 → 0.6.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: 250f21e73f8f1cb50e395572c737fc0464ab4ba8
4
- data.tar.gz: 6480447f5e0f944c31ec390ba1f697c24259ab78
3
+ metadata.gz: 7fefab3f4a0ffd2532522886bd6e10daa12dd61a
4
+ data.tar.gz: fb1922ad6ce699b8d9130ca6b4e625ba8e6e1cd2
5
5
  SHA512:
6
- metadata.gz: 8be49f191da20734519feade8713208192ab7eabfec28ac93a797bf505c361253027666080d08e7797cf8ddc4bcf1a091053b86c6e7539fe5043657340ad0639
7
- data.tar.gz: 4ea45023ed63b7af972c913d2afea41ff1a59660a09baee4b1c4a334fce7406310daa79493863347341563759febbeda66078e103dc3a4c10147b12eabe85b00
6
+ metadata.gz: c51cfceaa5263863164a60896ad9e5cb182eeee9daf3416c03cd89babd74fd7445b84146b22be5780b53884273e69a6bf8a612acee63b7b9e0bafb82da93f776
7
+ data.tar.gz: 2301eae1e147f137172bce0c891fafa29b2fcf8682002d8a93818ddd8a7d3d9fad32daa6cfc97476ce7c5dd6836eba0ced942ad10c83260ffc5f042951a3381b
@@ -9,6 +9,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
9
9
  optional :repository, :message, 1, "gitaly.Repository"
10
10
  optional :left_commit_id, :string, 2
11
11
  optional :right_commit_id, :string, 3
12
+ optional :ignore_whitespace_change, :bool, 4
13
+ repeated :paths, :bytes, 5
12
14
  end
13
15
  add_message "gitaly.CommitDiffResponse" do
14
16
  optional :from_path, :bytes, 1
@@ -1,4 +1,4 @@
1
1
  # This file was auto-generated by _support/release
2
2
  module Gitaly
3
- VERSION = "0.5.1"
3
+ VERSION = "0.6.0"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitaly
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.6.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-04-25 00:00:00.000000000 Z
11
+ date: 2017-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf