protobuf-nats 0.9.0.pre3 → 0.9.0
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 +4 -4
- data/lib/protobuf/nats/version.rb +1 -1
- data/lib/protobuf/nats.rb +1 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7c49c28f4b4cb3b40b36deb9f75b3bd3946cc5b0
|
|
4
|
+
data.tar.gz: 95e4b3d9a014fef6f693b344f21d4deaef7ce9ad
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e0259df6a6b6612720a21764aaf61ea7462cb42ec424c2690892ff40ff532d6f8bcff7d838294728df50ec54255245b193dcf491358d8b290c13ebf5b4e5b69
|
|
7
|
+
data.tar.gz: a75492a597508f386c4bc30714b20de27da114f4578e9f928e722e66d4f13c3f775294f684d7f3eb169445af2663775c82ffd4a9d65ec61537b9b52520d36f58
|
data/lib/protobuf/nats.rb
CHANGED
|
@@ -78,11 +78,10 @@ module Protobuf
|
|
|
78
78
|
end
|
|
79
79
|
|
|
80
80
|
def self.start_client_nats_connection
|
|
81
|
-
return true if @
|
|
81
|
+
return true if @client_nats_connection
|
|
82
82
|
|
|
83
83
|
GET_CONNECTED_MUTEX.synchronize do
|
|
84
84
|
break true if @client_nats_connection
|
|
85
|
-
break true if @start_client_nats_connection
|
|
86
85
|
|
|
87
86
|
# Disable publisher pending buffer on reconnect
|
|
88
87
|
options = config.connection_options.merge(:disable_reconnect_buffer => true)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: protobuf-nats
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.0
|
|
4
|
+
version: 0.9.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brandon Dewitt
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-11-
|
|
11
|
+
date: 2017-11-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -194,9 +194,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
194
194
|
version: '0'
|
|
195
195
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
196
196
|
requirements:
|
|
197
|
-
- - "
|
|
197
|
+
- - ">="
|
|
198
198
|
- !ruby/object:Gem::Version
|
|
199
|
-
version:
|
|
199
|
+
version: '0'
|
|
200
200
|
requirements: []
|
|
201
201
|
rubyforge_project:
|
|
202
202
|
rubygems_version: 2.6.13
|