mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
add license to gemspec
This way you can get that when using rubygems.org API
This commit is contained in:
parent
022e102cea
commit
edb8c73e99
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ Gem::Specification.new do |spec|
|
||||||
spec.homepage = 'http://haml.info/'
|
spec.homepage = 'http://haml.info/'
|
||||||
spec.has_rdoc = false
|
spec.has_rdoc = false
|
||||||
spec.test_files = Dir["test/**/*_test.rb"]
|
spec.test_files = Dir["test/**/*_test.rb"]
|
||||||
|
spec.license = "MIT"
|
||||||
|
|
||||||
spec.add_dependency "tilt"
|
spec.add_dependency "tilt"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue