add license to gemspec

This commit is contained in:
Ilya Grigorik
2013-09-03 17:18:48 -07:00
parent 52a5f59a7e
commit a71572a4f2

View File

@@ -10,6 +10,7 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/igrigorik/decisiontree"
s.summary = %q{ID3-based implementation of the M.L. Decision Tree algorithm}
s.description = s.summary
s.license = "MIT"
s.rubyforge_project = "decisiontree"