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

Add a rubyforge_project attribute to the gemspec.

This commit is contained in:
Nathan Weizenbaum 2008-04-29 01:58:47 -07:00
parent 7e374ab809
commit 06c8ab07f9

View file

@ -2,7 +2,7 @@ require 'rubygems'
require 'rake'
HAML_GEMSPEC = Gem::Specification.new do |spec|
spec.name = 'haml'
spec.rubyforge_project = spec.name = 'haml'
spec.summary = "An elegant, structured XHTML/XML templating engine.\nComes with Sass, a similar CSS templating engine."
spec.version = File.read('VERSION').strip
spec.authors = ['Nathan Weizenbaum', 'Hampton Catlin']