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:
parent
7e374ab809
commit
06c8ab07f9
1 changed files with 1 additions and 1 deletions
|
@ -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']
|
||||
|
|
Loading…
Add table
Reference in a new issue