add license to gemspec
Showing
... | @@ -12,6 +12,7 @@ Gem::Specification.new do |s| | ... | @@ -12,6 +12,7 @@ Gem::Specification.new do |s| |
s.email = 'http://sylvester.keil.or.at' | s.email = 'http://sylvester.keil.or.at' | ||
s.homepage = 'http://github.com/inukshuk/jekyll-scholar' | s.homepage = 'http://github.com/inukshuk/jekyll-scholar' | ||
s.summary = 'Jekyll extensions for the academic blogger.' | s.summary = 'Jekyll extensions for the academic blogger.' | ||
s.licenses = ['MIT'] | |||
s.description = %q{ | s.description = %q{ | ||
Jekyll-Scholar is for all the academic bloggers out there. It is a set of | Jekyll-Scholar is for all the academic bloggers out there. It is a set of | ||
extensions for Jekyll the awesome, blog aware, static site generator; it | extensions for Jekyll the awesome, blog aware, static site generator; it | ||
... | @@ -35,4 +36,4 @@ Gem::Specification.new do |s| | ... | @@ -35,4 +36,4 @@ Gem::Specification.new do |s| |
end | end | ||
# vim: syntax=ruby | # vim: syntax=ruby | ||
\ No newline at end of file |
Please register or sign in to comment