From 9d87aa55bdfab69dc1291c1383fb68bca69dd149 Mon Sep 17 00:00:00 2001 From: Shinichi Maeshima Date: Sun, 26 Jan 2014 14:31:26 +0900 Subject: [PATCH] Fix homepage's schema --- devise.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devise.gemspec b/devise.gemspec index 37f4280c..87a1ca0b 100644 --- a/devise.gemspec +++ b/devise.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |s| s.licenses = ["MIT"] s.summary = "Flexible authentication solution for Rails with Warden" s.email = "contact@plataformatec.com.br" - s.homepage = "http://github.com/plataformatec/devise" + s.homepage = "https://github.com/plataformatec/devise" s.description = "Flexible authentication solution for Rails with Warden" s.authors = ['José Valim', 'Carlos Antônio']