flydata 0.2.9 → 0.2.10
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/VERSION +1 -1
- data/flydata.gemspec +5 -4
- data/lib/flydata/fluent-plugins/in_mysql_binlog_flydata.rb +0 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: acf1cc6cb8257d42635142a15b10f63a7bf276b4
|
|
4
|
+
data.tar.gz: 240b9f073f79c4a0fedc4dc1d454d8fbcba05077
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5d4c6dad5c51496f6b1748d112c9ac5851ae8ba1dc8db31045ec11d7bce44deff48f904c80ae04ec736330cb432b2da4a538879e4a87b1b49bc3313f9146758c
|
|
7
|
+
data.tar.gz: 2b019366d7201f3d1a76367267d3f4a4189408bad14d650240f726eafdf1fd2e5eb8ff5b48b624790b0fb07f1fe705634fc95b4582a233e9699cc8c2eb15f156
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.10
|
data/flydata.gemspec
CHANGED
|
@@ -2,14 +2,16 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
+
# stub: flydata 0.2.10 ruby lib
|
|
5
6
|
|
|
6
7
|
Gem::Specification.new do |s|
|
|
7
8
|
s.name = "flydata"
|
|
8
|
-
s.version = "0.2.
|
|
9
|
+
s.version = "0.2.10"
|
|
9
10
|
|
|
10
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
|
+
s.require_paths = ["lib"]
|
|
11
13
|
s.authors = ["Koichi Fujikawa", "Masashi Miyazaki", "Matthew Luu", "Mak Inada", "Sriram NS"]
|
|
12
|
-
s.date = "2014-10-
|
|
14
|
+
s.date = "2014-10-27"
|
|
13
15
|
s.description = "FlyData Agent"
|
|
14
16
|
s.email = "sysadmin@flydata.com"
|
|
15
17
|
s.executables = ["fdmysqldump", "flydata", "serverinfo"]
|
|
@@ -113,8 +115,7 @@ Gem::Specification.new do |s|
|
|
|
113
115
|
]
|
|
114
116
|
s.homepage = "http://flydata.com/"
|
|
115
117
|
s.licenses = ["All right reserved."]
|
|
116
|
-
s.
|
|
117
|
-
s.rubygems_version = "2.0.14"
|
|
118
|
+
s.rubygems_version = "2.2.2"
|
|
118
119
|
s.summary = "FlyData Agent"
|
|
119
120
|
|
|
120
121
|
if s.respond_to? :specification_version then
|
|
@@ -59,7 +59,6 @@ class MysqlBinlogFlydataInput < MysqlBinlogInput
|
|
|
59
59
|
$log.info "mysql host:\"#{@host}\" port:\"#{@port}\" username:\"#{@username}\" database:\"#{@database}\" tables:\"#{@tables}\" tables_append_only:\"#{tables_append_only}\""
|
|
60
60
|
$log.info "mysql client version: #{`mysql -V`}"
|
|
61
61
|
server_version = `echo 'select version();' | mysql -h #{@host} --port #{@port} -u #{@username} -p#{@password} 2>/dev/null`
|
|
62
|
-
server_version = server_version[(server_version.index("\n") + 1)..-1]
|
|
63
62
|
$log.info "mysql server version: #{server_version}"
|
|
64
63
|
|
|
65
64
|
@tables = @tables.split(/,\s*/)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: flydata
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Koichi Fujikawa
|
|
@@ -12,7 +12,7 @@ authors:
|
|
|
12
12
|
autorequire:
|
|
13
13
|
bindir: bin
|
|
14
14
|
cert_chain: []
|
|
15
|
-
date: 2014-10-
|
|
15
|
+
date: 2014-10-27 00:00:00.000000000 Z
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|
|
18
18
|
name: rest-client
|
|
@@ -501,7 +501,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
501
501
|
version: '0'
|
|
502
502
|
requirements: []
|
|
503
503
|
rubyforge_project:
|
|
504
|
-
rubygems_version: 2.
|
|
504
|
+
rubygems_version: 2.2.2
|
|
505
505
|
signing_key:
|
|
506
506
|
specification_version: 4
|
|
507
507
|
summary: FlyData Agent
|