fluent-plugin-aurora-slowquerylog 0.0.2 → 0.0.3

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: be61331fdfc56f5fcf5e3db12b4b05e279fa08e5
4
- data.tar.gz: 3ed53e195ae9b5396c5e075509a1be16b929f5cd
3
+ metadata.gz: 5dd1670153a78f65af70f9303aa318c9a8fdbc78
4
+ data.tar.gz: fe100a3287322ea38a4e059cf3022a2a0795e564
5
5
  SHA512:
6
- metadata.gz: e9a6bd9f3531e365201d485cf95cd735388d5fd1839e0a9349819faf609618065ae447ff98fb29fb7145583bef7232fbebf5e5abdf1c1537d3332365ff0437ef
7
- data.tar.gz: e3e9ab32e08bd6e15b0fcd529589b78a4e68a54d475384444072514e2e8ed69b5abe9004f9505172839f4525921a6edfb07a4e62a9224bd3c9a83139214366bc
6
+ metadata.gz: ab47e4561a21ae79196fc5528b14f3dfcb6f91fac533c593700dddcc162c1e96d97cec7a1dd003b527591cfb9d7028203e0e7d27cf6cfeb45f1a8ede9229b999
7
+ data.tar.gz: 6754db30aae7c4ab901888ff4f5d49b1948f09d690b0f084cb977261d2e24c5be6afb67921f02e654e9a742a6b9ab8a0809b13eb8ab4b01866792b98a455157d
@@ -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-aurora-slowquerylog"
7
- spec.version = "0.0.2"
7
+ spec.version = "0.0.3"
8
8
  spec.authors = ["Takayuki WATANABE"]
9
9
  spec.email = ["takanabe.w@gmail.com"]
10
10
 
@@ -9,7 +9,7 @@ module Fluent
9
9
  class AuroraSlowqueryLog < Input
10
10
  # First, register the plugin. NAME is the name of this plugin
11
11
  # and identifies the plugin in the configuration file.
12
- Fluent::Plugin.register_input('NAME', self)
12
+ Fluent::Plugin.register_input('aurora_slowquerylog', self)
13
13
 
14
14
  # config_param defines a parameter. You can refer a parameter via @port instance variable
15
15
  # :default means this parameter is optional
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-aurora-slowquerylog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takayuki WATANABE