flydata 0.3.6 → 0.3.7
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 +3 -3
- data/lib/flydata/helpers.rb +1 -1
- 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: df77223c799282a371eb699e729724caa3d5430a
|
|
4
|
+
data.tar.gz: 4ef3a2a774c4af5562def918f9a47d544e7cac87
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6b0dc6d7a68cdf9e3f66d242d87ebad2174ae19815b6e1c460fd26cf89722ce50cc8db478fc2816de096168e185745b98050d4c59b8e41a4fddf3e7ad9a6cccf
|
|
7
|
+
data.tar.gz: 410125ce7864d924fc38774324819542184f75f60a5abf1713873e889488156967a54e70eb888a7a0f19b4fe5f26e858ff4368c257074314f455f8ad8efc74a1
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.7
|
data/flydata.gemspec
CHANGED
|
@@ -2,16 +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.3.
|
|
5
|
+
# stub: flydata 0.3.7 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "flydata"
|
|
9
|
-
s.version = "0.3.
|
|
9
|
+
s.version = "0.3.7"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib"]
|
|
13
13
|
s.authors = ["Koichi Fujikawa", "Masashi Miyazaki", "Matthew Luu", "Mak Inada", "Sriram NS"]
|
|
14
|
-
s.date = "2015-03-
|
|
14
|
+
s.date = "2015-03-05"
|
|
15
15
|
s.description = "FlyData Agent"
|
|
16
16
|
s.email = "sysadmin@flydata.com"
|
|
17
17
|
s.executables = ["fdmysqldump", "flydata", "serverinfo"]
|
data/lib/flydata/helpers.rb
CHANGED
|
@@ -16,7 +16,7 @@ Usage: flydata COMMAND
|
|
|
16
16
|
version # show flydata version
|
|
17
17
|
conf # show configuration
|
|
18
18
|
sync [tables] # initial sync (only for mysql database)
|
|
19
|
-
sync:generate_table_ddl [tables|
|
|
19
|
+
sync:generate_table_ddl [tables | -all-tables] # Generate CREATE TABLE script for Redshift
|
|
20
20
|
sync:reset [tables] # reset sync and stop flydata process
|
|
21
21
|
sync:flush # flush your current buffer and stop flydata process
|
|
22
22
|
EOM
|
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.3.
|
|
4
|
+
version: 0.3.7
|
|
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: 2015-03-
|
|
15
|
+
date: 2015-03-05 00:00:00.000000000 Z
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|
|
18
18
|
name: rest-client
|