Skip to content

Commit

Permalink
Add MIT license to gemspec (closes sparklemotion#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
leejarvis committed Jul 16, 2013
1 parent b1ddcf8 commit 779b318
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ HOE = Hoe.spec 'nokogiri' do

self.extra_rdoc_files = FileList['*.rdoc','ext/nokogiri/*.c']

self.licenses = ['MIT']

self.clean_globs += [
'nokogiri.gemspec',
'lib/nokogiri/nokogiri.{bundle,jar,rb,so}',
Expand Down

0 comments on commit 779b318

Please sign in to comment.