summaryrefslogtreecommitdiff
path: root/Rakefile
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 /Rakefile
parent8dcb437d69fc27c077bf82b9ee824e8fb7d7a310 (diff)
downloadmime-types-f0f09bfa41d732b1c31985623cc19ca313a1e772.tar.gz
Tasks to prep for *next* release.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
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')