protobuf 3.6.9 → 3.6.10
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 35210ca10c85eb3a8f769e223c53420c51d778ba
|
4
|
+
data.tar.gz: 68cd7f756d8e2cacf66ba4bd28f4d51dd83419a9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a3d36aa1c336979c36ef24a3131d59c6013cdd4c87598b913155ab973ef2c9b9b88273c1f3b16a90a5c45d29728df9bd613c89f67d4c624604139553300f879b
|
7
|
+
data.tar.gz: 81c975787fe88dc9eefd228931f02ed7cbedf8a90e75e9f97d5010570175c2d0500d1bfe7d1119f462fb5ffb8b2e5bd03c0d75b0a3d7038a3e0de49c4eaef786
|
data/lib/protobuf/version.rb
CHANGED
@@ -55,14 +55,14 @@ require "protobuf/zmq"
|
|
55
55
|
|
56
56
|
describe "#timeout" do
|
57
57
|
it "uses the default value" do
|
58
|
-
expect(subject.timeout).to eq(
|
58
|
+
expect(subject.timeout).to eq(0.2)
|
59
59
|
end
|
60
60
|
|
61
61
|
context "when environment variable is set" do
|
62
|
-
before { ::ENV["PB_RPC_PING_PORT_TIMEOUT"] = "
|
62
|
+
before { ::ENV["PB_RPC_PING_PORT_TIMEOUT"] = "100" }
|
63
63
|
|
64
64
|
it "uses the environmet variable" do
|
65
|
-
expect(subject.timeout).to eq(1)
|
65
|
+
expect(subject.timeout).to eq(0.1)
|
66
66
|
end
|
67
67
|
end
|
68
68
|
end
|
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: 3.6.
|
4
|
+
version: 3.6.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- BJ Neilsen
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2016-
|
14
|
+
date: 2016-07-15 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: activesupport
|