fluent-plugin-rabbitmq 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e47609ed6424f827a4e7e47740ee8db04b857f42
4
- data.tar.gz: 7f1d1754879e16b920056d3e8ae11afd81819959
3
+ metadata.gz: 38548863a9c71877436cd44ded64279a9d4c55b9
4
+ data.tar.gz: d3c37a8ff228881362ed70f796950116c7ce2460
5
5
  SHA512:
6
- metadata.gz: 2f2d0d0626e4c28642d7ea0722d00685d46209a3e8990c6911e65faaf77a668661dd119ea5533208399fee4436dbc44c776ec638fb85ad1ae68a66df424c3786
7
- data.tar.gz: e4d094626d1a8332f1e2a15a7003f7ed4b5bcb7a097fc4c8f80f65a0cd46eeb5d4e478ba09f5e72387f69d5ab451e895433de4bf6446d22c8d57bbf05a1cc0f1
6
+ metadata.gz: fe61fe2b8ff502bcffda0ac5a4f722b5b99dac973972c97418919437ff23991a8ee835cf937dab5340bd237d91a15b14f89203f3525717fb5e76d7831d48abb3
7
+ data.tar.gz: ad22c81802575c420fe02ef44f57115b2f4f2072b39a82d40891392413a2576309880316179ed314f600c4f9eb77c926ce36edcec15e4f3507b1694a0a346bb4
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
3
 
4
4
  Gem::Specification.new do |spec|
5
5
  spec.name = "fluent-plugin-rabbitmq"
6
- spec.version = "0.0.1"
6
+ spec.version = "0.0.2"
7
7
  spec.authors = ["NTT Communications"]
8
8
  spec.email = ["masaki.matsushita@ntt.com"]
9
9
 
@@ -14,7 +14,7 @@
14
14
  # limitations under the License.
15
15
  #
16
16
  #
17
- require "fluent/input"
17
+ require "fluent/plugin/input"
18
18
 
19
19
  module Fluent::Plugin
20
20
  class RabbitMQInput < Input
@@ -14,7 +14,7 @@
14
14
  # limitations under the License.
15
15
  #
16
16
  #
17
- require "fluent/output"
17
+ require "fluent/plugin/output"
18
18
 
19
19
  module Fluent::Plugin
20
20
  class RabbitMQOutput < Output
@@ -70,6 +70,7 @@ module Fluent::Plugin
70
70
 
71
71
  def configure(conf)
72
72
  compat_parameters_convert(conf, :inject, :formatter, default_chunk_key: "time")
73
+
73
74
  super
74
75
 
75
76
  bunny_options = {}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-rabbitmq
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
  - NTT Communications