Merge pull request #755 from pivotal-cloudplanner/patch-1

Include license type in gemspec for auditing tools
This commit is contained in:
Carlos Antonio da Silva 2013-03-01 17:45:44 -08:00
commit a3437c5434
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/plataformatec/simple_form"
s.description = "Forms made easy!"
s.authors = ['José Valim', 'Carlos Antônio', 'Rafael França']
s.license = "MIT"
s.files = Dir["CHANGELOG.md", "MIT-LICENSE", "README.md", "lib/**/*"]
s.test_files = Dir["test/**/*.rb"]