fluent-plugin-tagged_udp 0.0.4 → 0.0.5

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: 073d5978d4281e316196c532dfb6056f44f68c98
4
- data.tar.gz: cf08790dca1ff47e7281b88fd2951c6255f31c14
3
+ metadata.gz: 6ea677c145728705289717a08674db7432f9abcd
4
+ data.tar.gz: 95cf849b3046a58d0ca038f391ada1654592a3d7
5
5
  SHA512:
6
- metadata.gz: 226e17c5c0f246cd82ab51b43b86ca1c3e956d27c86f952917056c3e5ab08bf6492c24443aa75791a0568c6b6e43068e5bc2910d63c2a1c2a3d400723e76ac0e
7
- data.tar.gz: 61a422392814d53970d189b7a9c84c6b83f53c7a05747bc98412078612b3f5f5f4e9a80f34ed43f3370b541fe7ea12c785a2297a3c5309012b31cd7f683b186a
6
+ metadata.gz: 39f5ef00240c71c440a03978fbd7577473c935c5476ea37ea0f8b3595a4ca34ceae9c8783779a3330af14b7a1b1d73599bd96c8473b533c6bdc4076c7131cc5e
7
+ data.tar.gz: 64946230b236198efc1c6acb77ba221442faedcdf23f6f092b2d194e827ea7aabe3bc807e54c6110d3936a9b939ff2fda96f0b2dbf4c0649bf1bc16da7ef6590
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "fluent-plugin-tagged_udp"
7
- spec.version = "0.0.4"
7
+ spec.version = "0.0.5"
8
8
  spec.authors = ["Toyokazu Akiyama"]
9
9
  spec.email = ["toyokazu@gmail.com"]
10
10
 
@@ -1,5 +1,5 @@
1
1
  module Fluent
2
- class taggedUdpInput < Input
2
+ class TaggedUdpInput < Input
3
3
 
4
4
  # First, register the plugin. NAME is the name of this plugin
5
5
  # and identifies the plugin in the configuration file.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-tagged_udp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Toyokazu Akiyama