Changeset 561

Show
Ignore:
Timestamp:
06/21/08 22:19:12 (2 months ago)
Author:
mgranger
Message:
  • Fixed the :clobber_manual task that was breaking the CI build.
  • Removed the deprecated 'autorequire' from the gemspec
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • thingfish/trunk/Rakefile

    r560 r561  
    133133 
    134134task :clobber_manual do 
    135     rmtree( targetdir, :verbose => true ) 
     135    rmtree( MANUALOUTPUTDIR, :verbose => true ) 
    136136end 
    137137 
  • thingfish/trunk/misc/rake/packaging.rb

    r540 r561  
    3535    gem.executables = BIN_FILES . 
    3636        collect {|f| f.relative_path_from(BINDIR).to_s } 
    37  
    38     gem.autorequire = 'thingfish' 
    3937 
    4038    gem.add_dependency( 'mongrel', '>= 1.0.1' )