Skip to content

Commit

Permalink
Add license information to gemspec
Browse files Browse the repository at this point in the history
This increases the discoverability of what license this gem uses. See rubygems/rubygems.org#363 for more info.
  • Loading branch information
davidcelis committed Jan 28, 2014
1 parent dc5c047 commit 85cbca4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions formtastic.gemspec
Expand Up @@ -11,6 +11,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/justinfrench/formtastic}
s.summary = %q{A Rails form builder plugin/gem with semantically rich and accessible markup}
s.description = %q{A Rails form builder plugin/gem with semantically rich and accessible markup}
s.license = 'MIT'

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit 85cbca4

Please sign in to comment.