fluent-plugin-rds-log 0.1.1 → 0.1.2

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: da64c20018f36f4d7caf310b578c50b0790617ae
4
- data.tar.gz: f4cded66ac824cfe5bbdb6336b87f1fee536e76c
3
+ metadata.gz: add7fe7d9021a5a7d4dae64dea124725af3b0b4a
4
+ data.tar.gz: e6e8958fdb5837610abf43b0e49a684ae2fb6565
5
5
  SHA512:
6
- metadata.gz: 7711fd2858cfdd41ca01aadb5db3071d29adab5c4ab33c0bc3166e0e6e83341b09e7f5a809aefe0a7718a55257ac52966ea904416df972f9d56fb93f6678d96b
7
- data.tar.gz: dd7afd322ab1de2cdce5ff50d5210711017ad09946f30445b3a5eb9af65bad6e204082eff78addb912f53f2bcbc78db8e63f1911dd915053c6bdc5874aa0fb39
6
+ metadata.gz: a77f306f367f59f9b203c5af0563db50226a99f408b54514cb9e7bfdc9071f6e6117dfada0e11d4d92da66ddd1a5a90fe9639f87590e64246cc3273ab7dbd0f1
7
+ data.tar.gz: 1bbd23d82fe88d25e0fd18aba7f1c2b8537bce8f22b7a4e262406824849503fb5b2c43828b7f23b14e9cbe20b4e4cc413e0f54080dea029e7d1911ccb70eed95
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |gem|
6
6
  gem.name = "fluent-plugin-rds-log"
7
- gem.version = "0.1.1"
7
+ gem.version = "0.1.2"
8
8
  gem.authors = ["shinsaka"]
9
9
  gem.email = ["shinx1265@gmail.com"]
10
10
  gem.description = "Amazon RDS slow_log and general_log input plugin for Fluent event collector"
@@ -26,7 +26,7 @@ class Fluent::Rds_LogInput < Fluent::Input
26
26
  :port => @port,
27
27
  :username => @username,
28
28
  :password => @password,
29
- :reconnect => @auto_reconnect
29
+ :reconnect => @auto_reconnect,
30
30
  :database => 'mysql'
31
31
  })
32
32
  rescue
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-rds-log
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - shinsaka