From: Wincent Colaiuta Date: Sat, 21 Aug 2010 15:37:51 +0000 (+0200) Subject: Add YARD as a development dependency X-Git-Url: https://git.wincent.com/walrat.git/commitdiff_plain/6deb474f2945863dea6d2e6d688dd94d2c585c6b Add YARD as a development dependency Signed-off-by: Wincent Colaiuta --- diff --git a/walrat.gemspec b/walrat.gemspec index 6d16a27..e378975 100644 --- a/walrat.gemspec +++ b/walrat.gemspec @@ -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