mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Fix gemspec so that MIT license will be visible when running the -d flag
This commit is contained in:
parent
b451fc0aad
commit
a6b754b697
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue