rforward 0.1.3 → 0.1.4

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: 9f7548dcc4d9f4012d9098335e6c06c5e105b812
4
- data.tar.gz: 467cce2e9839510f5691b44a9d729843551aadd5
3
+ metadata.gz: 36ea6e273394028f9570d77d5e6eabb1c3f6ea0e
4
+ data.tar.gz: 57c0159819b4faf85efddcb6434e7f4df7bb0241
5
5
  SHA512:
6
- metadata.gz: 1c78ce72a5d8dc00eead64a2f29c18dea7f74b498a656e8fc1ea72d93586a91bf7151f02a2c449d73749d03fdf665fbdc918cf68f59e45782008924a8f46b057
7
- data.tar.gz: da5cea88320a45468c48ef986cf462fdfb7e3c946f72e8804633aaf718a33b670c13b6486ae60d464d0b5a30b7043841d8303cf4132b7d9fcda3655d4387ca5d
6
+ metadata.gz: 954d6159ccc824b5e5f7990a99910e474c396590ac06f6debbdc60a57abd8e59630174ebf9e0aabf1cecefcfb6f8b078a385b0ea110f1c16617fb3d60d09d77f
7
+ data.tar.gz: dceba8bd2a38928efd1d4a58f74457797c53d90f2afb2bec06e2da53bc2511431702f728046ad311327f47b2ff2e9005c5d28870b884ee39739a773c4775708f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rforward (0.1.3)
4
+ rforward (0.1.4)
5
5
  dry-container
6
6
  fluent-logger
7
7
  thor (~> 0.20)
@@ -11,7 +11,6 @@ class FFluentdLine
11
11
  Stat.instance.total += 1
12
12
  json = JSON.parse line
13
13
  json = mutate json
14
- puts json
15
14
  @client.post Config.instance[:tag], json
16
15
  Stat.instance.success += 1
17
16
  Stat.instance.flush_counter += 1
@@ -1,3 +1,3 @@
1
1
  module Rforward
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rforward
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - gingray