mys3ql 1.3.2 → 1.3.3

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: '0818f043395d5d874def5e121e80964df82292f7'
4
- data.tar.gz: 86e7e0c979f2485da8e7f50f1a559f6a89123d6b
3
+ metadata.gz: 18eaf9b3acd27fffb0a1e0e1bad2b12a9f3f19f0
4
+ data.tar.gz: bd1b8560ab8bd76bf52eb75818873983b678acdf
5
5
  SHA512:
6
- metadata.gz: 4a8a487907b3c83f408aef38148c91d5488f7fc26be5e2cdfc6bd9b35f3989840ce25da9958775fb5e8bf3e07b01f6662cc09cb443e5efefa7ea2dab641074ac
7
- data.tar.gz: 40cdbbe1a68eac99e98cef8df1b1c2ce4b7a64a180c99a9a9083512d949ef93d5bea3946171a44562c7f24aff2548a2b8721ffbaa1b8c6b54c430e6b82fb3701
6
+ metadata.gz: 9e1c69949d800caa67da32b92481bb0c305dca6fe5c16f2e5422c856e6b707c414541982ba054bea79a886e7015139996dcb90140e31c5d3305f1bc1da8b5874
7
+ data.tar.gz: 1f7eabe346664f7a9028e6fe06e2fdc6a31f46ace5152dbcfffe20fbdead61aed2f15c1e10ae93bafc9a6ebfe6599e8f904366fc6452e3f51100f9e8e014e25f
data/lib/mys3ql/mysql.rb CHANGED
@@ -65,6 +65,7 @@ module Mys3ql
65
65
  cmd = "#{@config.bin_path}mysqlbinlog --database=#{@config.database} #{files.join ' '}"
66
66
  cmd += " | #{@config.bin_path}mysql -u'#{@config.user}'"
67
67
  cmd += " -p'#{@config.password}'" if @config.password
68
+ cmd += " -h #{@config.host}" if @config.host
68
69
  run cmd
69
70
  end
70
71
 
@@ -1,3 +1,3 @@
1
1
  module Mys3ql
2
- VERSION = '1.3.2'
2
+ VERSION = '1.3.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mys3ql
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
4
+ version: 1.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Stewart