mysql-slaver 0.1.3 → 0.1.4
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.
- data/bin/mysql_slaver +1 -1
- metadata +3 -3
data/bin/mysql_slaver
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
require 'lib/mysql_slaver'
|
|
4
4
|
|
|
5
5
|
module MysqlSlaver
|
|
6
|
-
class CLI < Thor
|
|
6
|
+
class CLI < ::Thor
|
|
7
7
|
option :master_host, :required => true, :desc => "The server which will be the replication master, for this slave"
|
|
8
8
|
option :database, :required => true, :desc => "The database to copy from the master"
|
|
9
9
|
option :replication_user, :required => true, :desc => "DB user (on the master host), with replication permissions"
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mysql-slaver
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 4
|
|
10
|
+
version: 0.1.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- David Salgado
|