public
Description: Pack a folder (or selection) of files into a pastie; and then unpack it back into raw files
Homepage: http://pastiepacker.rubyforge.org
Clone URL: git://github.com/drnic/pastie-packer.git
pastie-packer / Rakefile
100644 4 lines (3 sloc) 0.139 kb
1
2
3
4
require 'config/requirements'
require 'config/hoe' # setup Hoe + all gem configuration
 
Dir['tasks/**/*.rake'].each { |rake| load rake }