Add license to gemspec.

This commit is contained in:
linus 2013-03-16 09:29:46 +01:00
parent d90e365636
commit 41aed807fc
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ Gem::Specification.new do |s|
s.name = "devise"
s.version = Devise::VERSION.dup
s.platform = Gem::Platform::RUBY
s.license = "MIT"
s.summary = "Flexible authentication solution for Rails with Warden"
s.email = "contact@plataformatec.com.br"
s.homepage = "http://github.com/plataformatec/devise"