mys3ql 1.3.3 → 1.3.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 18eaf9b3acd27fffb0a1e0e1bad2b12a9f3f19f0
4
- data.tar.gz: bd1b8560ab8bd76bf52eb75818873983b678acdf
2
+ SHA256:
3
+ metadata.gz: 608db887e4dc03981779b1aa0a1bec475a3bf74e16dcc84e748b29bee54da6d6
4
+ data.tar.gz: 637f1604aac96a41619935b9318b874c35da7a14e114f1fbe740f7220fdd80fb
5
5
  SHA512:
6
- metadata.gz: 9e1c69949d800caa67da32b92481bb0c305dca6fe5c16f2e5422c856e6b707c414541982ba054bea79a886e7015139996dcb90140e31c5d3305f1bc1da8b5874
7
- data.tar.gz: 1f7eabe346664f7a9028e6fe06e2fdc6a31f46ace5152dbcfffe20fbdead61aed2f15c1e10ae93bafc9a6ebfe6599e8f904366fc6452e3f51100f9e8e014e25f
6
+ metadata.gz: 229aceb6196e9180f8970a179debed0b036b6a5f89275c02a1d48195b14a9312f6a06bdef833c25d923dd6383b24ea99dd68d33d822648a3575e381447e3b172
7
+ data.tar.gz: dddeef824b2424936b54f1bd90481d9f2489c73d7a66e270c12375a412bceae3c65fb571ef42ad0f1f9672d987b50717e657f6fca9b620bf4ed0290174473745
data/lib/mys3ql/mysql.rb CHANGED
@@ -62,6 +62,7 @@ module Mys3ql
62
62
  end
63
63
 
64
64
  def apply_bin_logs(*files)
65
+ return if files.empty?
65
66
  cmd = "#{@config.bin_path}mysqlbinlog --database=#{@config.database} #{files.join ' '}"
66
67
  cmd += " | #{@config.bin_path}mysql -u'#{@config.user}'"
67
68
  cmd += " -p'#{@config.password}'" if @config.password
@@ -1,3 +1,3 @@
1
1
  module Mys3ql
2
- VERSION = '1.3.3'
2
+ VERSION = '1.3.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mys3ql
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.3
4
+ version: 1.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Stewart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-08-13 00:00:00.000000000 Z
11
+ date: 2025-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-s3
@@ -77,8 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
77
  - !ruby/object:Gem::Version
78
78
  version: '0'
79
79
  requirements: []
80
- rubyforge_project:
81
- rubygems_version: 2.5.2.3
80
+ rubygems_version: 3.5.11
82
81
  signing_key:
83
82
  specification_version: 4
84
83
  summary: Simple backup of your MySql database onto Amazon S3.