public
Rubygem
Fork of nex3/haml
Description: HTML Abstraction Markup Language - A Markup Haiku
Homepage: http://haml.hamptoncatlin.com
Clone URL: git://github.com/chriseppstein/haml.git
Search Repo:
Embed the version number directly in the gemspec.
nex3 (author)
Sat Apr 26 23:28:42 -0700 2008
commit  e9558f27496126cf846329172efdf6cc2b00e464
tree    9e4f648c4f74ed373f809488f1222f785d4f8e49
parent  6a604851010b3bfa950ad0733ec245777eff2ca2
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 HAML_GEMSPEC = Gem::Specification.new do |spec|
0
   spec.name = 'haml'
0
   spec.summary = "An elegant, structured XHTML/XML templating engine.\nComes with Sass, a similar CSS templating engine."
0
- spec.version = File.read('VERSION').strip
0
+ spec.version = "1.9.0"
0
   spec.author = 'Hampton Catlin'
0
   spec.email = 'haml@googlegroups.com'
0
   spec.description = <<-END

Comments

    No one has commented yet.