]> git.wincent.com - walrat.git/commitdiff
Add YARD as a development dependency
authorWincent Colaiuta <win@wincent.com>
Sat, 21 Aug 2010 15:37:51 +0000 (17:37 +0200)
committerWincent Colaiuta <win@wincent.com>
Sat, 21 Aug 2010 15:37:51 +0000 (17:37 +0200)
Signed-off-by: Wincent Colaiuta <win@wincent.com>
walrat.gemspec

index 6d16a275ad1911a784799bbf5bf6586e2474ef5d..e378975dc91d0d5f6448e510243a1a2b2ef78a29 100644 (file)
@@ -41,5 +41,6 @@ Gem::Specification.new do |s|
 
   # TODO: add 'docs' subdirectory, 'README.txt' when they're done
   s.files             = Dir['lib/**/*.rb']
-  s.add_development_dependency('rspec', '1.3.0')
+  s.add_development_dependency 'rspec', '1.3.0'
+  s.add_development_dependency 'yard'
 end