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:
parent
bc9b4321c3
commit
ec2e0e661f
1 changed files with 3 additions and 0 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue