protobuf 2.8.0.beta3 → 2.8.0.beta4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/protobuf/rpc/connectors/base.rb +1 -1
- data/lib/protobuf/version.rb +1 -1
- metadata +3 -3
@@ -17,7 +17,7 @@ module Protobuf
|
|
17
17
|
:request => nil, # The request object sent by the client
|
18
18
|
:request_type => nil, # The request type expected by the client
|
19
19
|
:response_type => nil, # The response type expected by the client
|
20
|
-
:timeout =>
|
20
|
+
:timeout => 300, # The default timeout for the request, also handled by client.rb
|
21
21
|
:client_host => nil # The hostname or address of this client
|
22
22
|
}
|
23
23
|
|
data/lib/protobuf/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: protobuf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.8.0.
|
4
|
+
version: 2.8.0.beta4
|
5
5
|
prerelease: 6
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2013-06-
|
13
|
+
date: 2013-06-21 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: activesupport
|
@@ -507,7 +507,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
507
507
|
version: '0'
|
508
508
|
segments:
|
509
509
|
- 0
|
510
|
-
hash:
|
510
|
+
hash: 2747944211858268770
|
511
511
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
512
512
|
none: false
|
513
513
|
requirements:
|