1
0
Fork 0
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:
Jordi Massaguer Pla 2013-01-29 18:02:17 +01:00
parent 022e102cea
commit edb8c73e99

View file

@ -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"