db_backup 1.0.1 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/bin/db_backup.rb CHANGED
@@ -25,7 +25,7 @@ options = {
25
25
  }
26
26
 
27
27
  #CONFIG_FILE = File.join(ENV['HOME'],'.db_backup.rc.yaml')
28
- CONFIG_FILE = File.join('./etc/db_backup.yaml') # --------------------------------------------------------------------------------------------- configuration file
28
+ CONFIG_FILE = File.join(File.expand_path("../../etc", __FILE__), 'db_backup.yaml') # --------------------------------------------------------- configuration file
29
29
 
30
30
  if File.exists? CONFIG_FILE
31
31
  config_options = YAML.load_file(CONFIG_FILE)
@@ -1,3 +1,3 @@
1
1
  module Dbbackup
2
- VERSION = '1.0.1'
2
+ VERSION = '1.0.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: db_backup
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: