Gem: haml

This commit is contained in:
2008-03-02 19:19:02 -03:00
parent c5cb69f277
commit 3f8c9f0ae6
107 changed files with 8275 additions and 0 deletions

7
vendor/gems/haml-1.7.2/bin/html2haml vendored Normal file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env ruby
require File.dirname(__FILE__) + '/../lib/haml'
require 'haml/exec'
opts = Haml::Exec::HTML2Haml.new(ARGV)
opts.parse!