fluent-plugin-mysql-bulk 0.0.5 → 0.0.6
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 +4 -4
- data/README.md +1 -1
- data/fluent-plugin-mysql-bulk.gemspec +1 -1
- data/lib/fluent/plugin/out_mysql_bulk.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 840790df14bd63429f775548d353bc35153e9f30
|
|
4
|
+
data.tar.gz: ef8c750370a5f4f1c8b1ebfa5f4216904c19d3a3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2f32fd10adb89ea00465f5a38fb6a732979192e0ae74c572d7131ef0453e9d51a95ea26ae7f4ec17408f86f59cae7751af882fa2fe110993332e7c116321c224
|
|
7
|
+
data.tar.gz: cd9453294271da7f78b3d3b8ac4c6aac2d8b8389990f8326ed61619c34c07267532e27a6ddea5d022341739e8414236515f336f58c174563518fdecb5844f2b4
|
data/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
# fluent-plugin-mysql-bulk [](http://travis-ci.org/toyama0919/fluent-plugin-mysql-bulk)
|
|
2
|
+
# fluent-plugin-mysql-bulk, a plugin for [Fluentd](http://fluentd.org) [](http://travis-ci.org/toyama0919/fluent-plugin-mysql-bulk)
|
|
3
3
|
|
|
4
4
|
fluent plugin mysql bulk insert is high performance and on duplicate key update respond.
|
|
5
5
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
|
2
2
|
Gem::Specification.new do |gem|
|
|
3
3
|
gem.name = "fluent-plugin-mysql-bulk"
|
|
4
|
-
gem.version = "0.0.
|
|
4
|
+
gem.version = "0.0.6"
|
|
5
5
|
gem.authors = ["Hiroshi Toyama"]
|
|
6
6
|
gem.email = ["toyama0919@gmail.com"]
|
|
7
7
|
gem.description = %q{fluent plugin mysql bulk insert is high performance and on duplicate key update respond.}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-mysql-bulk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hiroshi Toyama
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-03-
|
|
11
|
+
date: 2014-03-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fluentd
|