Skip to content

Commit

Permalink
updated gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
randomutterings committed May 11, 2012
1 parent c9c1304 commit d994e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3_db_assets_backup.gemspec
Expand Up @@ -8,7 +8,7 @@ PKG_FILES = FileList[

Gem::Specification.new do |s|
s.name = "s3_db_assets_backup"
s.version = "0.1.1"
s.version = "0.1.2"
s.summary = "Generates rake tasks for backing up and restoring db and public folder to and from an existing S3 bucket"
s.description = "Generates rake tasks for backing up and restoring your database and public folder (which should also contain any uploaded assets) to and from 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 gem is based on (http://www.magnionlabs.com/2009/7/7/db-backups)."
s.authors = "Chris Barnes"
Expand Down

0 comments on commit d994e94

Please sign in to comment.