protobuf 3.4.0 → 3.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8975f51cd8e6d910cbe547b32bc5107fa4d197a5
4
- data.tar.gz: 3f39633e344de3b196a11b8182e85884ddb678e1
3
+ metadata.gz: 5c15ccac39cd2875be40557654f55a9ee2c025c2
4
+ data.tar.gz: d5fb46c7db728b393c54fe8eb41136f229c9fe6c
5
5
  SHA512:
6
- metadata.gz: 8b7ca982042d842556d2f239cd0f5a70c33905efa33b1269baf8c29f6db2cafc64ee9efdc114dc9b702a07d25c13a8ded348552f94e259483f36f4ca4253e889
7
- data.tar.gz: dc741258194bc09864a45ff2d6824544095f60c7658fefeb4e062d2ccdfb9684bd511254c351c0e8e8574d30f75877bff1a4c7ad1f4ab569d5baae0857ebceb8
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.png)](http://badge.fury.io/rb/protobuf)
4
- [![Build Status](https://secure.travis-ci.org/localshred/protobuf.png?branch=master)](https://travis-ci.org/localshred/protobuf)
5
- [![Gitter chat](https://badges.gitter.im/localshred/protobuf.png)](https://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)
@@ -1,3 +1,3 @@
1
1
  module Protobuf
2
- VERSION = '3.4.0'
2
+ VERSION = '3.4.1'
3
3
  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.4.0
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-04 00:00:00.000000000 Z
14
+ date: 2014-12-09 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: activesupport