GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

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
Don't add the REVISION file unless it actually exists.
nex3 (author)
Tue Apr 29 01:55:18 -0700 2008
commit  b9fbf1287c129ad772ad19710a6ced224932795a
tree    b764d9864d5d47068aa22bd330a1e04815158f5c
parent  ec2e0e661fe0a88f0a72bd8e9934cf2de9bfb4db
...
21
22
23
24
 
25
26
27
...
21
22
23
 
24
25
26
27
0
@@ -21,7 +21,7 @@ HAML_GEMSPEC = Gem::Specification.new do |spec|
0
   readmes = FileList.new('*') do |list|
0
     list.exclude(/(^|[^.a-z])[a-z]+/)
0
     list.exclude('TODO')
0
- list.include('REVISION')
0
+ list.include('REVISION') if File.exist?('REVISION')
0
   end.to_a
0
   spec.executables = ['haml', 'html2haml', 'sass', 'css2sass']
0
   spec.files = FileList['lib/**/*', 'bin/*', 'test/**/*', 'Rakefile', 'init.rb'].to_a + readmes

Comments

    No one has commented yet.