git.wincent.com
/
mkdtemp.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01000bb
)
Add RSpec as a development dependency
author
Wincent Colaiuta <win@wincent.com>
Thu, 29 Jul 2010 06:12:16 +0000
(08:12 +0200)
committer
Wincent Colaiuta <win@wincent.com>
Thu, 29 Jul 2010 06:12:16 +0000
(08:12 +0200)
Signed-off-by: Wincent Colaiuta <win@wincent.com>
mkdtemp.gemspec
patch
|
blob
|
history
diff --git
a/mkdtemp.gemspec
b/mkdtemp.gemspec
index 47f06fcac46dd6fcd5bab4131f721444967da5ee..e596bc18e495f07bec535f45713c193c71158bec 100644
(file)
--- a/
mkdtemp.gemspec
+++ b/
mkdtemp.gemspec
@@
-20,4
+20,6
@@
Gem::Specification.new do |s|
# TODO: add 'docs' subdirectory, 'README.txt' when they're done
s.files = Dir['lib/**/*', 'ext/*.{c,h,rb}', 'ext/depend']
s.extensions = ['ext/extconf.rb']
+
+ s.add_development_dependency 'rspec', '>= 2.0.0.beta'
end