about summary refs log tree commit homepage
path: root/yahns.gemspec
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-11-01 10:21:59 +0000
committerEric Wong <normalperson@yhbt.net>2013-11-01 10:38:42 +0000
commit93ba820f05aaf8c760b4a515ae996425c257a7fb (patch)
tree217cf29c5ddf2214967a35983dc8421c649feab2 /yahns.gemspec
parent9c5d5c5bf48a2996203c2e15f281575a15994694 (diff)
downloadyahns-93ba820f05aaf8c760b4a515ae996425c257a7fb.tar.gz
Hopefully it'll be easier for folks to use and contribute.
Publish it on the site while we're at it.
Diffstat (limited to 'yahns.gemspec')
-rw-r--r--yahns.gemspec3
1 files changed, 3 insertions, 0 deletions
diff --git a/yahns.gemspec b/yahns.gemspec
index 20caa4d..e9de2f6 100644
--- a/yahns.gemspec
+++ b/yahns.gemspec
@@ -14,6 +14,9 @@ Gem::Specification.new do |s|
   s.add_dependency(%q<sleepy_penguin>, '~> 3.2')
   s.add_dependency(%q<sendfile>, '~> 1.2.1')
   s.add_dependency(%q<unicorn>, '~> 4.6.3')
+
+  # minitest is standard in Ruby 2.0
+  s.add_development_dependency(%q<minitest>, '~> 4.3', '~> 5.0')
   s.homepage = "http://yahns.yhbt.net/README"
   s.licenses = "GPLv3+"
 end