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:
parent
6a60485101
commit
e9558f2749
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue