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

Embed the version number directly in the gemspec.

This commit is contained in:
Nathan Weizenbaum 2008-04-26 23:28:42 -07:00
parent 6a60485101
commit e9558f2749

View file

@ -1,7 +1,7 @@
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."
spec.version = File.read('VERSION').strip
spec.version = "1.9.0"
spec.author = 'Hampton Catlin'
spec.email = 'haml@googlegroups.com'
spec.description = <<-END