git.wincent.com
/
walrat.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aacfeb2
)
Add YARD as a development dependency
author
Wincent Colaiuta <win@wincent.com>
Sat, 21 Aug 2010 15:37:51 +0000
(17:37 +0200)
committer
Wincent 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
patch
|
blob
|
history
diff --git
a/walrat.gemspec
b/walrat.gemspec
index 6d16a275ad1911a784799bbf5bf6586e2474ef5d..e378975dc91d0d5f6448e510243a1a2b2ef78a29 100644
(file)
--- 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