fluent-plugin-gcp_pubsub 0.2.0 → 0.3.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: c86218c759c8af51ae0d8639c7a13612c87b16508d317836757e06d13eceda59
4
- data.tar.gz: fea8019e7ec8f4ed4147d07eb35a33892384da922fdcfc49d2214f2418599332
3
+ metadata.gz: 14f7a012a4c5d3cc20294ee83dec7de9fed043132456c1009d0ee86ca4656395
4
+ data.tar.gz: 371db0762590b5c2430c5789b878e0bd6a2dc2cde8ab69559568acd85022eaa2
5
5
  SHA512:
6
- metadata.gz: b911368a7f95639127a03dd8a9f7a79da8c570f9a4e0f1d2117884fa2c86da938e9819af004dc295d43ec69e1754047fdca984065edb347c5b69300c6408dc33
7
- data.tar.gz: c64eae5ef0beae64ab8de974daac290f67452937b907502f8f44f5ccd02e4bf88d700ed2baaa4da12b2d420a78220b98138efc1d3b3e80bdd9f29f27d8232fb7
6
+ metadata.gz: b5a78274b771cc41f352ec503cc1493cecd8ac7377b6f3fd2143cb1c678ee76cc290b1fda3b5dc3c4e4f5a8bee08ddaf7a7908366cdb89d47b7a9f7621082c19
7
+ data.tar.gz: 701dafc010345ec88d44bf29cbc1164baceb2027f11052103482c8688a532c37ed4b989243d43167fc7eed72d8489be60dbbac60b6054cf79edfe4ddeef115b5
@@ -1,7 +1,7 @@
1
1
  module Fluent
2
2
  module Plugin
3
3
  module GsvsocPubsub
4
- VERSION = "0.2.0"
4
+ VERSION = "0.3.0"
5
5
  end
6
6
  end
7
7
  end
@@ -79,7 +79,7 @@ module Fluent
79
79
  end
80
80
 
81
81
  def format(tag, time, record)
82
- record.to_json
82
+ record.to_json.to_s
83
83
  end
84
84
 
85
85
  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.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - pivelpin