Changeset 879

Show
Ignore:
Timestamp:
11/12/07 16:25:19 (10 months ago)
Author:
evanweaver
Message:

dont fail if allison is missing

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Rakefile

    r876 r879  
    1212  p.ruby_version = '>= 1.8.4' 
    1313  p.dependencies = ['gem_plugin >=0.2.3', 'cgi_multipart_eof_fix >=2.4'] 
    14   p.rdoc_template = `allison --path`.chomp 
     14  (p.rdoc_template = `allison --path`.chomp) rescue nil 
    1515 
    1616  p.need_tar_gz = false