gitaly 0.0.2 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/protos/ruby/lib/gitaly/gitaly_pb.rb +5 -1
- data/protos/ruby/lib/gitaly/version.rb +2 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5089cc3c847aa2e04796154c24a26aa5e83ca24b
|
4
|
+
data.tar.gz: cb214bdb1d1a70621f78d874d6850645b311083e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6a8d2ee873b64e555ce6b2b4abc2c822e28d9157c1bdeb72d73e10b885c9304d20f5265fe5f5de7ea7f28ae851ec3d713b97dae389a5f5bead8ffae9d9e95974
|
7
|
+
data.tar.gz: 5e649d0f8ec9afe5cfc4d54d83941ec8706f918000e20e8b4dfe90facdaa42c821c702a42136f053ff9665f20b8bf7368a8fd08dbc41ab86cc48a8054d1d0614
|
@@ -5,14 +5,18 @@ require 'google/protobuf'
|
|
5
5
|
|
6
6
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
7
7
|
add_message "gitaly.InfoRefsRequest" do
|
8
|
-
optional :
|
8
|
+
optional :repository, :message, 1, "gitaly.Repository"
|
9
9
|
end
|
10
10
|
add_message "gitaly.InfoRefsResponse" do
|
11
11
|
optional :data, :bytes, 1
|
12
12
|
end
|
13
|
+
add_message "gitaly.Repository" do
|
14
|
+
optional :path, :string, 1
|
15
|
+
end
|
13
16
|
end
|
14
17
|
|
15
18
|
module Gitaly
|
16
19
|
InfoRefsRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.InfoRefsRequest").msgclass
|
17
20
|
InfoRefsResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.InfoRefsResponse").msgclass
|
21
|
+
Repository = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.Repository").msgclass
|
18
22
|
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.0
|
4
|
+
version: 0.2.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-
|
11
|
+
date: 2017-02-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-protobuf
|
@@ -88,7 +88,7 @@ metadata: {}
|
|
88
88
|
post_install_message:
|
89
89
|
rdoc_options: []
|
90
90
|
require_paths:
|
91
|
-
- lib
|
91
|
+
- protos/ruby/lib
|
92
92
|
required_ruby_version: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
94
|
- - ">="
|