summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile12
1 files changed, 0 insertions, 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")