Fix gemspec so that MIT license will be visible when running the -d flag

This commit is contained in:
Nick Borromeo 2013-04-30 10:23:50 -07:00
parent b451fc0aad
commit a6b754b697
1 changed files with 1 additions and 1 deletions

View File

@ -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"