From f154403f92285188e001f670eea11bdba3006583 Mon Sep 17 00:00:00 2001 From: Austin Ziegler Date: Fri, 24 Jan 2014 23:58:45 -0500 Subject: Removing an unused Rakefile task. --- Rakefile | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Rakefile b/Rakefile index d381146..6509321 100644 --- a/Rakefile +++ b/Rakefile @@ -61,18 +61,6 @@ namespace :mime do require 'iana_registry' IANARegistry.download(to: args.destination) end - - desc "Shows known MIME type sources." - task :mime_type_sources do - puts <<-EOS -http://www.ltsw.se/knbase/internet/mime.htp -http://www.webmaster-toolkit.com/mime-types.shtml -http://plugindoc.mozdev.org/winmime.php -http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-latest.html -http://www.feedforall.com/mime-types.htm -http://www.iana.org/assignments/media-types/ - EOS - end end Rake::Task['gem'].prerequisites.unshift("convert:yaml:json") -- cgit v1.2.1