mysqlknife 2.1.1 → 2.1.2

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: dcc63ef251af0057952c183ac47699276991b488
4
- data.tar.gz: 4396e85b0f9e4d3c9e52b5223860a763064b94b7
3
+ metadata.gz: 05eb4c453da1e0f99d500aa0ff0ed241a4bb12b7
4
+ data.tar.gz: 221e7b6ed32d0a82b9b543ee8bab79055deb1de9
5
5
  SHA512:
6
- metadata.gz: 67abb1f528389ecfbdeef1b83d736865d4ccca76cfe9d319b83b07072c1698901a9cd6413a8389ee9863a18bcfdf3c8cb6b0f1468c17083fd1b63fe284e85bc7
7
- data.tar.gz: dcf5c0c6265ab9c8da8f87340b92b1657c70314be883975c1a947cffa0b2a2841e143bf6a6a836859f5b0768fd686694b845dd5ff9f9252c93d9f54d7b230461
6
+ metadata.gz: b59b9fa8aa1ca1495a1b1ecb549458a30e7aa04f25b57dc049afdd20ef9b64a34a6d17bac9a3ccd60153620fe247f8bbcd928d078100481f9767522548990c04
7
+ data.tar.gz: 0efe966211001fa0c384622ef7d90e8f828105cf93a5dfd01ef3cc26bd7219a6b6cd8cab4abe3d76a2a176a07d89113f8d62b2f1e19096c05329d734fbfd4d0a
data/README.md CHANGED
@@ -39,7 +39,7 @@ commands:
39
39
  innotop:
40
40
  'innotop -h #{host} -u #{username} #{password}'
41
41
  lag:
42
- 'mysql -h #{host} -u #{username} #{password} --execute="SHOW SLAVE STATUS\G"'
42
+ 'mysql -h #{host} -u #{username} #{password} --execute=\"SHOW SLAVE STATUS\\G\"'
43
43
 
44
44
  databases:
45
45
  localhost:
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module Mysqlknife
4
- VERSION = '2.1.1'
4
+ VERSION = '2.1.2'
5
5
  end
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.1.1
4
+ version: 2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicola Strappazzon C.