mysqlknife 2.0.4 → 2.0.5
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/lib/mysqlknife/version.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: 64d3e0390cc156897b1ddcc00dcf504b4827efe6
|
|
4
|
+
data.tar.gz: 554659f79e7e4a77e36393642c86bf24202fb7c5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0110d55f6534595b8ffeaef109726bf05b493c24c4ce8aa49ab8afd44c916b9bae5691ae634de0524ad03649a8dfc6eac3a01f3c2e045bb5d1b2a755fa43f936
|
|
7
|
+
data.tar.gz: 99999f5252579a5be36d075bd9a89bfb885c206ea3c75f4e8507c47298c4486f3e4b67aa60cb231b4661a2eab05b0c9ca62482136f6ab0c2dbd801f199c07f30
|
data/lib/mysqlknife/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mysqlknife
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nicola Strappazzon C.
|
|
@@ -98,7 +98,7 @@ description: MySQL Knife is a Ruby Gem and command line tools, written for UNIX-
|
|
|
98
98
|
operating systems. That allows many tasks in MySQL Administration is easily for
|
|
99
99
|
normal installation or in Amazon RDS. You can check two tables by checksum in two
|
|
100
100
|
servers (Master/Slave for example), Kill process with query, skipping the current
|
|
101
|
-
replication error
|
|
101
|
+
replication error.
|
|
102
102
|
email: nicola51980@gmail.com
|
|
103
103
|
executables:
|
|
104
104
|
- mysqlknife
|