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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2f947592ebedab5272b94129436953e9fac61c46
4
- data.tar.gz: b676c7dd72b765244ef0b99d9cd44c584c0126c1
3
+ metadata.gz: df77223c799282a371eb699e729724caa3d5430a
4
+ data.tar.gz: 4ef3a2a774c4af5562def918f9a47d544e7cac87
5
5
  SHA512:
6
- metadata.gz: 9ed77e0b82c8d0c2dbe3e2be510a0fe0b9f3d9bfef08788443b26085989cfaa566348e7537c393786b8d451a5d687dc3f5c9b32c7d8a9c45508f0f7d014099b3
7
- data.tar.gz: d3073aba50dff2fbf45a613c5e64c15297bc65f380c284511acddd3af775cd33f8dbaf7acdaed023b2426c9459922b321482a2121968a53afb43ed060d680f57
6
+ metadata.gz: 6b0dc6d7a68cdf9e3f66d242d87ebad2174ae19815b6e1c460fd26cf89722ce50cc8db478fc2816de096168e185745b98050d4c59b8e41a4fddf3e7ad9a6cccf
7
+ data.tar.gz: 410125ce7864d924fc38774324819542184f75f60a5abf1713873e889488156967a54e70eb888a7a0f19b4fe5f26e858ff4368c257074314f455f8ad8efc74a1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.6
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.6 ruby lib
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.6"
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-04"
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"]
@@ -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| all-tables] # Generate CREATE TABLE script for Redshift
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.6
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-04 00:00:00.000000000 Z
15
+ date: 2015-03-05 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: rest-client