From 5ab35f4b700a4f5d525a6e5c6590aacb19a0dd51 Mon Sep 17 00:00:00 2001 From: Dmitrii Golub Date: Mon, 21 May 2012 03:53:41 +0400 Subject: [PATCH] +homepage --- two_factor_authentication.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/two_factor_authentication.gemspec b/two_factor_authentication.gemspec index 1cee8b6..2177a10 100644 --- a/two_factor_authentication.gemspec +++ b/two_factor_authentication.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |s| s.version = TwoFactorAuthentication::VERSION s.authors = ["Dmitrii Golub"] s.email = ["dmitrii.golub@gmail.com"] - s.homepage = "" + s.homepage = "https://github.com/Houdini/two_factor_authentication" s.summary = %q{Two factor authentication plugin for devise} s.description = s.summary