protobuf 3.4.0 → 3.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/lib/protobuf/rpc/connectors/zmq.rb +2 -2
- data/lib/protobuf/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5c15ccac39cd2875be40557654f55a9ee2c025c2
|
4
|
+
data.tar.gz: d5fb46c7db728b393c54fe8eb41136f229c9fe6c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7c998e965bc3a0386e125ae719ba4fe96ab9d8c8e2fd63aea6bbedf774966d27fee4abcd01be29b5d957a70ed4dcf4ef75a109c7cb17b7da7c853d746042bb54
|
7
|
+
data.tar.gz: 6bdb5a27a6ce4a29817bbbad18d6593c27910de35ad3a4fbe18f8ce80b4bb31784212a7d127435644745936ebbd1e1797b989a12dedee89922c0d6e0db5e00f1
|
data/README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
# protobuf
|
2
2
|
|
3
|
-
[![Gem Version](https://badge.fury.io/rb/protobuf.
|
4
|
-
[![Build Status](https://secure.travis-ci.org/localshred/protobuf.
|
5
|
-
[![Gitter chat](https://badges.gitter.im/localshred/protobuf.
|
3
|
+
[![Gem Version](https://badge.fury.io/rb/protobuf.svg)](http://badge.fury.io/rb/protobuf)
|
4
|
+
[![Build Status](https://secure.travis-ci.org/localshred/protobuf.svg?branch=master)](https://travis-ci.org/localshred/protobuf)
|
5
|
+
[![Gitter chat](https://badges.gitter.im/localshred/protobuf.svg)](https://gitter.im/localshred/protobuf)
|
6
6
|
|
7
7
|
Protobuf is an implementation of [Google's protocol buffers][google-pb] in ruby, version 2.5.0 is currently supported.
|
8
8
|
|
@@ -74,9 +74,9 @@ module Protobuf
|
|
74
74
|
# service. The LINGER is set to 0 so we can close immediately in
|
75
75
|
# the event of a timeout
|
76
76
|
def create_socket
|
77
|
-
socket = zmq_context.socket(::ZMQ::REQ)
|
78
|
-
|
79
77
|
begin
|
78
|
+
socket = zmq_context.socket(::ZMQ::REQ)
|
79
|
+
|
80
80
|
if socket # Make sure the context builds the socket
|
81
81
|
server_uri = lookup_server_uri
|
82
82
|
socket.setsockopt(::ZMQ::LINGER, 0)
|
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: 3.4.
|
4
|
+
version: 3.4.1
|
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: 2014-12-
|
14
|
+
date: 2014-12-09 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: activesupport
|