Changeset 1224

Show
Ignore:
Timestamp:
01/09/08 09:56:09 (8 months ago)
Author:
iv..@gweezlebur.com
Message:

Don't require haml

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/README

    r1185 r1224  
    4343Optionally, merb can take advantage of the following gems:  
    4444  
    45 * mailfactory (if you wish to use merb's mailers)  
    46 * haml (if you wish to use HAML templates, i.e. .haml files)  
     45* mailfactory (if you wish to use merb's mailers) 
     46* haml 1.8 or greater (if you wish to use HAML templates, i.e. .haml files) 
    4747* markaby (if you wish to use Markaby template, i.e. .mab files)  
    4848* builder (if you wish to use Builder templates, i.e. .rxml, .rerb or .builder files)  
  • trunk/Rakefile

    r1211 r1224  
    5858  s.add_dependency "mongrel" 
    5959  s.add_dependency "erubis" 
    60   s.add_dependency "haml", ">= 1.8" 
     60  #s.add_dependency "haml", ">= 1.8" 
    6161  s.add_dependency "mime-types" 
    6262  s.add_dependency "rubigen"