mysql_backups 1.1.2 → 1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0948d5065961ad9258d7f281c3bf2d4f906a9c8c
4
- data.tar.gz: 62660771160f12cb3639ce70f0611a7409ccb05c
3
+ metadata.gz: ed5972d834fca7e49f32801cc34d410213d5362a
4
+ data.tar.gz: d4af543ad8ec0ae1beac58f9884cbd81252caa3c
5
5
  SHA512:
6
- metadata.gz: 989d0ae50799e058b87a31dd1b6ab8711b57982c3a34885398c89c431fa2a645309f8e38d19169e9c552584939835b65e21431b628fe4da0d8b883b91a207307
7
- data.tar.gz: 4c70af2a8fce90d25f23c481297fc6dc3487d2055a613484f4a622068be1e951bbc3978d934549f469d12f9cafcfc1ffca11fe86eed16e91bcdc7e95662170d9
6
+ metadata.gz: bd16076b3e8d5052ce4582c383f8b129af1a2c073e2c6f17ddae9b327ffd255a7cf4331d41fd59dcd86d6ec0c5b1bd3653135f34cf540b9977dcfd6dbcab86da
7
+ data.tar.gz: 9cdb06818d9d26d1b56c9ad97fe2ea0e36911dce8c792d9a908715c284dfb9a72837bf9ff8ea944be1e4b964c6e3523742cc21cd5e5718d84d4a8753ec79f8ef
@@ -15,6 +15,8 @@ module MysqlBackup
15
15
  Dir.mkdir tmp_dir if !File.exist? tmp_dir
16
16
  @seed = (rand() * 10000).round.to_s
17
17
 
18
+ Trollop::educate unless opts[:config]
19
+
18
20
  begin
19
21
  config_path = opts[:config] || 'mysql-backup.conf'
20
22
  @config = BackupConfig.load_from config_path
@@ -1,3 +1,3 @@
1
1
  module MysqlBackup
2
- VERSION = "1.1.2"
2
+ VERSION = "1.1.4"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["reednj@gmail.com"]
11
11
 
12
12
  spec.summary = %q{easily make mysql backups from the command line}
13
- spec.homepage = "https://github.com/reedn/mysql_backup"
13
+ spec.homepage = "https://github.com/reednj/mysql_backup"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mysql_backups
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Reed
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-08-02 00:00:00.000000000 Z
11
+ date: 2017-09-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -90,7 +90,7 @@ files:
90
90
  - mysql-backup-dev
91
91
  - mysql-test.conf
92
92
  - mysql_backup.gemspec
93
- homepage: https://github.com/reedn/mysql_backup
93
+ homepage: https://github.com/reednj/mysql_backup
94
94
  licenses:
95
95
  - MIT
96
96
  metadata: {}