1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Add requires to the gemspec necessary to get it to run with 'gem build.'

This commit is contained in:
Nathan Weizenbaum 2008-04-29 01:54:31 -07:00
parent bc9b4321c3
commit ec2e0e661f

View file

@ -1,3 +1,6 @@
require 'rubygems'
require 'rake'
HAML_GEMSPEC = Gem::Specification.new do |spec|
spec.name = 'haml'
spec.summary = "An elegant, structured XHTML/XML templating engine.\nComes with Sass, a similar CSS templating engine."