fluent-plugin-udp_forward 2.0.0 → 2.0.1

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: f0da843cd919063f92e5fc48fb942b20c69889fc93cfb106c18e9cb8b9d470b5
4
- data.tar.gz: 46c263a8af34db6d8a66ee90554b2072a50a960417c6c3489865e8959aefeaf3
3
+ metadata.gz: 27a125a304f20996332a23bb06ff0e490a180a3957f055fe7b9ebf295eeb50ed
4
+ data.tar.gz: 51415fc45ae7b95a00ee86036b00890e9515385d85a1bad5cef31a01008c5d36
5
5
  SHA512:
6
- metadata.gz: e096793c984f8c08351c5f2d87b256a68513e151e58e52feb73eab12001ed6d2c0f586462e0ff8e6433882b9d2958404820d96958858f345678b4a53de24e357
7
- data.tar.gz: ad9d0180cbd78b0390c33c46218fb2be09fe14b148bf4fe34e2978f26727b9051b86333b5a051c36a63a894f011b4f2e23b9150f772449929dba04bb32b38130
6
+ metadata.gz: 64b1e82133704ee63680d42f5264236fe7966d5b4d419f0bfe8409a2761dba56d3a18d0adb51312ca0d1f43b4223e1d9ef861d5318e28b42537c4c055191909e
7
+ data.tar.gz: 3b5fc3c2f1e9688910cff4c4b62b865eab0a88af9f9efa996832639510a3e26553dffd5b8ee0c5ff63e2c87e93a0ba73ab60b33305497f757aa69e8e593a1263
@@ -4,7 +4,7 @@ Gem::Specification.new do |gem|
4
4
  gem.description = "This input plugin allows you to collect incoming events over UDP"
5
5
  gem.homepage = "https://github.com/tombolaltd/fluent-plugin-udp_forward"
6
6
  gem.summary = gem.description
7
- gem.version = "2.0.0"
7
+ gem.version = "2.0.1"
8
8
  gem.license = 'MIT'
9
9
  gem.authors = ["Sohaib Maroof"]
10
10
  gem.email = "sohaib.maroof@tombola.com"
@@ -1,5 +1,5 @@
1
- require 'fluent/plugin/input'
2
- module Fluent::Plugin
1
+ require 'fluent/input'
2
+ module Fluent
3
3
  class UDPForwardInput < Input
4
4
 
5
5
  Fluent::Plugin.register_input('udp_forward', self)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-udp_forward
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sohaib Maroof