s3_db_assets_backup 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.rdoc +1 -1
  2. data/Rakefile +1 -1
  3. metadata +11 -4
data/README.rdoc CHANGED
@@ -1,6 +1,6 @@
1
1
  = S3DbAssetsBackup
2
2
 
3
- Generates rake tasks for backing up your database and public folder (which should also contain any uploaded assets) to an existing bucket in your Amazon S3 account. The rake tasks compresses and uploads each backup with a time stamp and the config file allows you to set how many of each backup to keep. This script is "very largly based on" the following (http://www.magnionlabs.com/2009/7/7/db-backups)
3
+ Generates rake tasks for backing up your database and public folder (which should also contain any uploaded assets) to an existing bucket in your Amazon S3 account. The rake tasks compresses and uploads each backup with a time stamp and the config file allows you to set how many of each backup to keep. This script is "very largly based on" the following (http://www.magnionlabs.com/2009/7/7/db-backups).
4
4
 
5
5
  == Install
6
6
 
data/Rakefile CHANGED
@@ -31,7 +31,7 @@ PKG_FILES = FileList[
31
31
 
32
32
  spec = Gem::Specification.new do |s|
33
33
  s.name = "s3_db_assets_backup"
34
- s.version = "0.0.1"
34
+ s.version = "0.0.2"
35
35
  s.author = "Chris Barnes"
36
36
  s.email = "randomutterings@gmail.com"
37
37
  s.homepage = "http://www.randomutterings.com/projects/s3_db_assets_backup"
metadata CHANGED
@@ -1,7 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: s3_db_assets_backup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 0
8
+ - 2
9
+ version: 0.0.2
5
10
  platform: ruby
6
11
  authors:
7
12
  - Chris Barnes
@@ -46,18 +51,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
46
51
  requirements:
47
52
  - - ">="
48
53
  - !ruby/object:Gem::Version
54
+ segments:
55
+ - 0
49
56
  version: "0"
50
- version:
51
57
  required_rubygems_version: !ruby/object:Gem::Requirement
52
58
  requirements:
53
59
  - - ">="
54
60
  - !ruby/object:Gem::Version
61
+ segments:
62
+ - 0
55
63
  version: "0"
56
- version:
57
64
  requirements: []
58
65
 
59
66
  rubyforge_project:
60
- rubygems_version: 1.3.5
67
+ rubygems_version: 1.3.6
61
68
  signing_key:
62
69
  specification_version: 3
63
70
  summary: Generates rake tasks for backing up db and public folder to S3 bucket