fluent-plugin-riak2f 0.0.1 → 0.0.2

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
  SHA1:
3
- metadata.gz: 8b7beab77e858e192eaada824cace1820196a979
4
- data.tar.gz: 0136c5c1862058872fd54e3ba59e82b9326fd7e5
3
+ metadata.gz: c6537ca19e96f54f8387a96cc98892adc4060bea
4
+ data.tar.gz: 92d3848187b700a8f36f7e4c9bbcb432754d4eae
5
5
  SHA512:
6
- metadata.gz: d409ac9126547b409b619075bf83e6f96e37bd4b93aacd7d4b873bb8dc30b2283aadd8cd3aa603268b986682441c71e2f0ee7466bcab2f63da0f09bb963f213d
7
- data.tar.gz: d5d8f0da7053d1b89c5f6c902c457587ed4b3b231d7f014bb8dba7bd5334f821510cb4522118ec88b01bd1c249c145ed25476c727d63ed73c3666d9f880a2b2c
6
+ metadata.gz: 92c51934dc19087677fb9b7be2e0bdabf68f42b53ded622c1bc1838517ee5b5af390b5160506b23f6392dc7edc59b94afd9838f9d82c792b08a5442c2858f394
7
+ data.tar.gz: b2624d6add6af27dac80b052f9cd5991e6183274a13ec1d09199e908776973a1b07ea5f021d7249ad2b4e8b10ce533b7fa6801f57e506b4271afe15537f0eb0d
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
@@ -94,7 +94,7 @@ module Fluent
94
94
  begin
95
95
  robj = Riak::RObject.new(@bucket, key)
96
96
  robj.content_type = "application/json"
97
- robj.raw_data = record
97
+ robj.raw_data = record.to_json
98
98
  robj.store(type: @bucket_type)
99
99
  rescue => e
100
100
  $log.error "ERROR #{e}"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-riak2f
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - koichi yanagimoto