public
Fork of warlley/subtitle_it
Description: Download, edit and create subtitles. Supports various formats.
Homepage: http://nofxx.lighthouseapp.com/projects/17299-subtitle_it
Clone URL: git://github.com/nofxx/subtitle_it.git
nofxx (author)
Tue Oct 28 08:57:44 -0700 2008
commit  ed8c72e37337689e4da162336bb217b87efdb6a2
tree    1e19871bcabcdd6e6bd7ee71b643838f945af599
parent  a586aa7c46b2c8004115de7bf5e891b858ad3904
subtitle_it / 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 }