summaryrefslogtreecommitdiff
path: root/README.rdoc
diff options
context:
space:
mode:
authorAustin Ziegler <austin@halostatue.ca>2011-10-25 12:21:33 -0400
committerAustin Ziegler <austin@halostatue.ca>2011-10-25 12:21:33 -0400
commit7e2286375ef51be03732911000a2a682e6668334 (patch)
treea25e6b8a18d4e96857746e6ca7e38b820fe74d6e /README.rdoc
parentfdffe34384fd39f1d0350feda6836b51c99b3109 (diff)
downloadmime-types-7e2286375ef51be03732911000a2a682e6668334.tar.gz
Should be a fix for MIME::Types 1.1.1 with 1.9.v1.17.2
Diffstat (limited to 'README.rdoc')
-rw-r--r--README.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rdoc b/README.rdoc
index 74975a1..392587e 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -3,7 +3,7 @@
== Description
This library allows for the identification of a file's likely MIME content
-type. This is release 1.17.1. The identification of MIME content type is based
+type. This is release 1.17.2. The identification of MIME content type is based
on a file's filename extensions.
MIME::Types for Ruby originally based on and synchronized with MIME::Types for