sweety_backy 0.0.7 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -51,7 +51,7 @@ module SweetyBacky
51
51
  SweetyBacky::Commander.do_md5( backup_path, md5_path )
52
52
 
53
53
  if( @opts[:storage_system].to_sym == :s3 )
54
- upload_databases_backup_to_s3( backup_path, md5_path )
54
+ upload_files_backup_to_s3( backup_path, md5_path )
55
55
  end
56
56
 
57
57
  success = true
@@ -1,3 +1,3 @@
1
1
  module SweetyBacky
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sweety_backy
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 13
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 7
10
- version: 0.0.7
9
+ - 9
10
+ version: 0.0.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Fernando Guillen
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-07-18 00:00:00 +02:00
18
+ date: 2011-07-19 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency