]> git.wincent.com - mkdtemp.git/commitdiff
Add YARD as a development dependency
authorWincent Colaiuta <win@wincent.com>
Thu, 29 Jul 2010 17:03:16 +0000 (19:03 +0200)
committerWincent Colaiuta <win@wincent.com>
Thu, 29 Jul 2010 17:03:16 +0000 (19:03 +0200)
Signed-off-by: Wincent Colaiuta <win@wincent.com>
mkdtemp.gemspec

index e596bc18e495f07bec535f45713c193c71158bec..55672285bef2f5e584361e44f4412049b7ff361a 100644 (file)
@@ -22,4 +22,5 @@ Gem::Specification.new do |s|
   s.extensions        = ['ext/extconf.rb']
 
   s.add_development_dependency 'rspec', '>= 2.0.0.beta'
+  s.add_development_dependency 'yard'
 end