db_backup 1.0.1 → 1.0.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.
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: