sleepy_penguin RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
* [PATCH] gemspec: add dev dependency on test-unit 3.x
@ 2015-01-11  2:46 Eric Wong
  2015-01-11  3:07 ` [PATCH] gemspec: use minitest, not test-unit Eric Wong
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Wong @ 2015-01-11  2:46 UTC (permalink / raw)
  To: sleepy-penguin

This is still installed by Ruby, but in case one day it isn't,
we'll be ready.
---
 sleepy_penguin.gemspec | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sleepy_penguin.gemspec b/sleepy_penguin.gemspec
index d6de27a..285a82f 100644
--- a/sleepy_penguin.gemspec
+++ b/sleepy_penguin.gemspec
@@ -17,6 +17,7 @@ Gem::Specification.new do |s|
   s.summary = summary
   s.test_files = Dir['test/test_*.rb']
   s.extensions = %w(ext/sleepy_penguin/extconf.rb)
+  s.add_development_dependency('test-unit', '~> 3.0')
   s.add_development_dependency('olddoc', '~> 1.0')
   s.add_development_dependency('strace_me', '~> 1.0')
 
-- 
EW


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-11  3:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-11  2:46 [PATCH] gemspec: add dev dependency on test-unit 3.x Eric Wong
2015-01-11  3:07 ` [PATCH] gemspec: use minitest, not test-unit Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/sleepy_penguin.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).