From a6b754b697c61eef2078cec1726900ee10430c1a Mon Sep 17 00:00:00 2001 From: Nick Borromeo Date: Tue, 30 Apr 2013 10:23:50 -0700 Subject: [PATCH] Fix gemspec so that MIT license will be visible when running the -d flag --- devise.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devise.gemspec b/devise.gemspec index 5ac2862d..30f0bb18 100644 --- a/devise.gemspec +++ b/devise.gemspec @@ -6,7 +6,7 @@ Gem::Specification.new do |s| s.name = "devise" s.version = Devise::VERSION.dup s.platform = Gem::Platform::RUBY - s.license = "MIT" + 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"