fluent-plugin-firehose 0.0.6 → 0.0.7

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: 47a0b638ce65b4ce3dd7ba6f73054a04de94e773
4
- data.tar.gz: 4bd9874a047493966c34fe234096bb097dba0869
3
+ metadata.gz: 42bc3347462326a1d4a00f87a85ffc3306f4050b
4
+ data.tar.gz: 25ed252003e5a6cf55d10b450875fd0c0da972d3
5
5
  SHA512:
6
- metadata.gz: d10f373fecb71c1742f57a4710bd3be8110f4f80f5968e8c1de12db66439efc120fb1c412db20cda13ff72d2be5534fdf94298c1763e7b562bf636fed1883600
7
- data.tar.gz: a5322576e019842a8de5db379f5a1429d8fdcea89b37e35703b008cc47e0bf724f1816c6c73f169d86b99f701079a5088be6d08109c645dccc6916f3dd4e25e1
6
+ metadata.gz: 15ded433df33f91594922aefcd1265283513c694fb1b0a2a666d419d1a71d0cf76efa726b38c7f201f37405550c6f877702cd55c063f842ba4dd909b324b9060
7
+ data.tar.gz: 3f2498dd59039abacb3555ae005bce9a22603743263b7dde04155e75d477bbe08b5b6aa42d06bb44dcb46c99a5ea8081450f7a7bb66aa8e391dfea33ba16874b
@@ -95,7 +95,7 @@ module FluentPluginFirehose
95
95
 
96
96
  def format(tag, time, record)
97
97
  data = {
98
- data: @dump_class.dump(record) + if @append_newline then '\n' else '' end
98
+ data: @dump_class.dump(record) + if @append_newline then "\n" else "" end
99
99
  }
100
100
 
101
101
  data.to_msgpack
@@ -13,5 +13,5 @@
13
13
  # language governing permissions and limitations under the License.
14
14
 
15
15
  module FluentPluginFirehose
16
- VERSION = '0.0.6'
16
+ VERSION = '0.0.7'
17
17
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-firehose
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ji Oh Yoo
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-12-11 00:00:00.000000000 Z
12
+ date: 2015-12-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler