explicitly state MIT License in gemspec

This commit is contained in:
Hiraku NAKANO 2014-06-10 20:41:05 +09:00
parent 13ac1c85f3
commit 5b5d62925f
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ Gem::Specification.new do |s|
s.authors = ["John Bintz"] s.authors = ["John Bintz"]
s.email = ["john@coswellproductions.com"] s.email = ["john@coswellproductions.com"]
s.homepage = "" s.homepage = ""
s.license = "MIT"
s.summary = %q{Insert LiveReload into your app easily as Rack middleware} s.summary = %q{Insert LiveReload into your app easily as Rack middleware}
s.description = %q{Insert LiveReload into your app easily as Rack middleware} s.description = %q{Insert LiveReload into your app easily as Rack middleware}