summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2014-03-14 00:26:25 -0400
committerAustin Ziegler <austin@zieglers.ca>2014-03-14 00:26:25 -0400
commitf0f09bfa41d732b1c31985623cc19ca313a1e772 (patch)
treec7a9bf13a9bb175514ec395e5b3b1f6a8cffa849
parent8dcb437d69fc27c077bf82b9ee824e8fb7d7a310 (diff)
downloadmime-types-f0f09bfa41d732b1c31985623cc19ca313a1e772.tar.gz
Tasks to prep for *next* release.
-rw-r--r--README.rdoc3
-rw-r--r--Rakefile1
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rdoc b/README.rdoc
index 7c72478..130ac1b 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -24,8 +24,7 @@ add additional type definitions (see Contributing.rdoc). The primary sources
for MIME type definitions found in mime-types is the IANA collection of
registrations (see below for the link), RFCs, and W3C recommendations.
-This is release 2.2,
-mostly changing how the MIME type registry is updated from
+This is release 2.2, mostly changing how the MIME type registry is updated from
the IANA registry (the format of which was incompatibly changed shortly before
this release) and taking advantage of the extra data available from IANA
registry in the form of MIME::Type#xrefs. In addition, the {LTSW
diff --git a/Rakefile b/Rakefile
index a5b4d6d..275b9a1 100644
--- a/Rakefile
+++ b/Rakefile
@@ -8,6 +8,7 @@ Hoe.plugin :gemspec2
Hoe.plugin :git
Hoe.plugin :minitest
Hoe.plugin :travis
+Hoe.plugin :email unless ENV['CI'] or ENV['TRAVIS']
spec = Hoe.spec 'mime-types' do
developer('Austin Ziegler', 'halostatue@gmail.com')