Sha256: ace28d0eed7d2f51be40900e9d5761adda95e9488550233e2f43dcfe1781204a
Contents?: true
Size: 318 Bytes
Versions: 2
Compression:
Stored size: 318 Bytes
Contents
require "bundler/gem_tasks" require "mail_autoconfig" desc "Checkout the latest copy of the mozilla ispdb" task :fetch_ispdb do svn_url = MailAutoconfig.ispdb_svn_url local_path = MailAutoconfig.local_ispdb_path puts "Exporting..." `svn export --force #{svn_url} #{local_path}` `rm #{local_path}/README` end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mail_autoconfig-0.0.2 | Rakefile |
mail_autoconfig-0.0.1 | Rakefile |