specify MIT license in gemspec

This commit is contained in:
Marc Siegel 2013-11-25 06:58:59 -05:00
parent e1607f9c59
commit f6d57c620e
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ Gem::Specification.new do |s|
s.homepage = "http://ms-ati.github.com/docile/"
s.summary = "Docile keeps your Ruby DSL's tame and well-behaved"
s.description = "Docile turns any Ruby object into a DSL. Especially useful with the Builder pattern."
s.license = "MIT"
s.rubyforge_project = "docile"