From 3293ccf012164b9066429d5f7385861d8f935644 Mon Sep 17 00:00:00 2001 From: Matt Connolly Date: Mon, 20 Feb 2012 07:53:19 +1000 Subject: [PATCH] adding github site as homepage --- rails-backup-migrate.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rails-backup-migrate.gemspec b/rails-backup-migrate.gemspec index e6bd11b..34e47d0 100644 --- a/rails-backup-migrate.gemspec +++ b/rails-backup-migrate.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |s| s.version = RailsBackupMigrate::VERSION s.authors = ["Matt Connolly"] s.email = ["matt@soundevolution.com.au"] - s.homepage = "" + s.homepage = "http://github.com/mattconnolly/rails-backup-migrate" s.summary = %q{Backup and restore a rails application including database data and files} s.description = %q{Creates a directory db/backup in the rails app and creates / loads YML files from there. After a backup, the db/backups directory is archived into a .tgz file and then deleted.