fluent-plugin-aurora-slowquerylog 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: 9829f923bc32db96e938ead936dd483631510115
4
- data.tar.gz: fa6d2a8526c68d94952eb0a30fe6ccd0238fb169
3
+ metadata.gz: be61331fdfc56f5fcf5e3db12b4b05e279fa08e5
4
+ data.tar.gz: 3ed53e195ae9b5396c5e075509a1be16b929f5cd
5
5
  SHA512:
6
- metadata.gz: 341d4e4863651fb0b0b717e0d2df52d959f65fb485b6b7ae7a66922c664191e20333601392185b1ae1be234c3fa88770dfff9984a49fbc38732ebebcc93ea703
7
- data.tar.gz: 2c45ea22e75312ab2a2de7a0ac96e75c5cd0c73c9ed75306d5b136f5ee0abcb89a5086614c059d817e478e634bf71c70fc4789ede188af65ec465385fe519d46
6
+ metadata.gz: e9a6bd9f3531e365201d485cf95cd735388d5fd1839e0a9349819faf609618065ae447ff98fb29fb7145583bef7232fbebf5e5abdf1c1537d3332365ff0437ef
7
+ data.tar.gz: e3e9ab32e08bd6e15b0fcd529589b78a4e68a54d475384444072514e2e8ed69b5abe9004f9505172839f4525921a6edfb07a4e62a9224bd3c9a83139214366bc
data/bin/console CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require "bundler/setup"
4
- require "fluent/plugin/aurora/slowquerylog"
4
+ require "fluent/plugin/in_aurora_slowquerylog"
5
5
 
6
6
  # You can add fixtures and/or initialization code here to make experimenting
7
7
  # with your gem easier. You can also use a different console, if you like.
@@ -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.1"
7
+ spec.version = "0.0.2"
8
8
  spec.authors = ["Takayuki WATANABE"]
9
9
  spec.email = ["takanabe.w@gmail.com"]
10
10
 
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.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takayuki WATANABE
@@ -112,7 +112,7 @@ files:
112
112
  - bin/console
113
113
  - bin/setup
114
114
  - fluent-plugin-aurora-slowquerylog.gemspec
115
- - lib/fluent/plugin/in_aurora_slow_query_log.rb
115
+ - lib/fluent/plugin/in_aurora_slowquerylog.rb
116
116
  homepage: https://github.com/takanabe/fluent-plugin-aurora-slowquerylog
117
117
  licenses:
118
118
  - MIT