s3mybackup 0.0.2 → 0.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.
@@ -26,11 +26,12 @@ unless defaults.kind_of?(Hash) then
26
26
  end
27
27
 
28
28
  desc 'User'
29
- default_value 'backup'
29
+ default_value defaults[:user] || 'backup'
30
30
  arg_name 'Backup user'
31
31
  flag [:u, :user]
32
32
 
33
33
  desc 'Password'
34
+ default_value defaults[:password]
34
35
  arg_name 'Password'
35
36
  flag [:p, :password]
36
37
 
@@ -39,7 +40,7 @@ default_value defaults[:mysql_bin_log_dir]
39
40
  arg_name 'mysql_bin_log_dir'
40
41
  flag [:l, :mysql_bin_log_dir]
41
42
 
42
- desc 'Temporary directory where files are stored before writing to and after download from S3'
43
+ desc 'Temporary directory where files are stored before writing to and after download from S3 (absolute path)'
43
44
  default_value defaults[:temp_dir]
44
45
  arg_name 'mysql_bin_log_dir'
45
46
  flag [:t, :temp_dir]
@@ -1,3 +1,3 @@
1
1
  module S3mybackup
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: s3mybackup
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Joris Wijlens
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-12-30 00:00:00 +01:00
18
+ date: 2013-01-02 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -108,7 +108,7 @@ files:
108
108
  - README.rdoc
109
109
  - s3mybackup.rdoc
110
110
  has_rdoc: true
111
- homepage: http://www.smartworkx.nl
111
+ homepage: https://github.com/joris77/s3backup
112
112
  licenses: []
113
113
 
114
114
  post_install_message: