Changeset 831

Show
Ignore:
Timestamp:
11/03/07 20:58:22 (1 year ago)
Author:
iv..@gweezlebur.com
Message:

change the example dependencies

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/app_generators/merb/templates/config/dependencies.rb

    r726 r831  
    1919### Add your other dependencies here 
    2020 
    21 # dependencies "activerecord", "merb-form-helpers" 
     21# These are some examples of how you might specify dependencies. 
     22#  
     23# dependencies "RedCloth", "merb-form-helpers" 
    2224# OR 
    23 # dependency "activerecord", "> 1.2.3
     25# dependency "RedCloth", "> 3.0
    2426# OR 
    25 # dependencies "activerecord" => "> 1.2.3", "hpricot" => "= 0.5
     27# dependencies "RedCloth" => "> 3.0", "ruby-aes-cext" => "= 1.0
    2628 
    2729Merb::Server.after_app_loads do