fluent-plugin-gcp_pubsub 0.5.0 → 0.6.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b62f3286269c877a01835388aa46f2cc0791ea56e16d3bad8db4d2a713ed5bc8
4
- data.tar.gz: e0dc988958195079dbd41c7aa59c8e1776e82fb4c9d452f7cb868919958a570d
3
+ metadata.gz: 8d21791759992bf5997700453dcd2b1a22cd9d586907de964474963d185915da
4
+ data.tar.gz: 7253a03aa24bc5ed7fc984eb4c7e508686ca30d3877ff56701550e339031cf52
5
5
  SHA512:
6
- metadata.gz: 2d78f955037d1c7496782092e79a80dbb279bd44931383a743ffe3e8bba6e01d5d10faec1eae5e5f2c7de88b8a5715ce2cb328884f663540ccdc0232ad8b75a4
7
- data.tar.gz: 81773c6563a3d7ad33cf256cb99c031e14e16f105a45c16bc2eea66f777c5efee746df2641a6b95670942746eea98d9f5cdfc209454a30f729edfe93f81be1d3
6
+ metadata.gz: 75492356a55b9fb9da1a1cef7098b58183cfbdd1d192690b164822f368d82d30c12e6f31a1e9067397940e882953b0679d756581ac3fefbb15464e61a0b5fe61
7
+ data.tar.gz: 444bc30617c4a7ae761eee29bcb908ed4f79b13f497d7abf482890568ec61971360abd58e28943a7d4f2884ef61b1f693cdde4bb25d3726fc99225d187eff65f
@@ -1,7 +1,7 @@
1
1
  module Fluent
2
2
  module Plugin
3
3
  module GsvsocPubsub
4
- VERSION = "0.5.0"
4
+ VERSION = "0.6.0"
5
5
  end
6
6
  end
7
7
  end
@@ -80,7 +80,8 @@ module Fluent
80
80
  end
81
81
 
82
82
  def format(tag, time, record)
83
- record.to_json.to_msgpack
83
+ record = inject_values_to_record(tag, time, record)
84
+ record.to_msgpack
84
85
  end
85
86
 
86
87
  def publish(giw = 0, data, attributes)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-gcp_pubsub
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - pivelpin