statful-client 2.1.0 → 2.1.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 +4 -4
- data/lib/client.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: 7212440283adcfadf613ae79083133722f1876c5
|
|
4
|
+
data.tar.gz: 101a2d9c944ef94c5a8346e7c356477e110834a8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8f02cdbd4f34307220686728a83b8f7c5b422eef1353cb31b01c1d552691a00d505a6ab32ecd72bf0d793ca84b1090afd2cc175b96bf1e82179d02fc7ab89ebe
|
|
7
|
+
data.tar.gz: b6924d7ec0e831e0cc16bb2eab6923bae52f68f1c97434659810e414383e80f1a42ab701d4765daaac5fa07575f98770003dce0756865cf8721035683cb5fd11
|
data/lib/client.rb
CHANGED
|
@@ -236,7 +236,7 @@ class StatfulClient
|
|
|
236
236
|
# @private
|
|
237
237
|
def flush
|
|
238
238
|
unless @buffer.empty?
|
|
239
|
-
message = @buffer.to_a.join(
|
|
239
|
+
message = @buffer.to_a.join("\n")
|
|
240
240
|
|
|
241
241
|
# Handle socket errors by just logging if we have a logger instantiated
|
|
242
242
|
# We could eventually save the buffer state but that would require us to manage the buffer size etc.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: statful-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Miguel Fonseca
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-10-
|
|
11
|
+
date: 2016-10-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: concurrent-ruby-ext
|