summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2014-01-24 23:58:45 -0500
committerAustin Ziegler <austin@zieglers.ca>2014-01-25 12:59:53 -0500
commitf154403f92285188e001f670eea11bdba3006583 (patch)
treeb7ae9cfc1ce611118e81bed277c84bc51bfbc416
parent60f478c401ffc3e4bfc5239266abd66ac4a71490 (diff)
downloadmime-types-f154403f92285188e001f670eea11bdba3006583.tar.gz
Removing an unused Rakefile task.
-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")