Show
Ignore:
Timestamp:
07/10/08 06:27:07 (5 months ago)
Author:
deveiant
Message:
  • Fixed the test for an existing data directory in the conversion script
  • Set coverage minimum to 83% until I can get more tests written
  • Removed some more old files
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/rakefile-work/Rakefile

    r90 r92  
    6060SPEC_EXCLUDES = 'spec,/Library/Ruby,/var/lib,/usr/local/lib' 
    6161 
     62COVERAGE_MINIMUM = 83.0 
    6263 
    6364RELEASE_FILES = FileList[ TEXT_FILES + SPEC_FILES + LIB_FILES + EXT_FILES ]