Changeset 448

Show
Ignore:
Timestamp:
04/02/08 16:21:00 (9 months ago)
Author:
mbailey
Message:

fixed name of README file [Rob Postil]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deprec.gemspec

    r441 r448  
    1616  spec.require_path = 'lib' 
    1717  spec.add_dependency('capistrano', '> 2.0.0') 
    18   candidates = Dir.glob("{bin,docs,lib,test,resources}/**/*")  
    19   candidates.concat(%w(COPYING LICENSE README.txt THANKS)) 
     18  candidates = Dir.glob("{bin,docs,lib}/**/*")  
     19  candidates.concat(%w(CHANGELOG COPYING LICENSE README THANKS)) 
    2020  spec.files = candidates.delete_if do |item|  
    2121    item.include?("CVS") || item.include?("rdoc")