From d994e94984d0818073cf9733e87cb68bab4c5ea6 Mon Sep 17 00:00:00 2001 From: Chris Barnes Date: Fri, 11 May 2012 11:26:31 -0400 Subject: [PATCH] updated gemspec --- s3_db_assets_backup.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s3_db_assets_backup.gemspec b/s3_db_assets_backup.gemspec index 302f838..19211a5 100644 --- a/s3_db_assets_backup.gemspec +++ b/s3_db_assets_backup.gemspec @@ -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"