summaryrefslogtreecommitdiffhomepage
path: root/axlsx.gemspec
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-07-14 13:06:32 +0900
committerRandy Morgan <[email protected]>2012-07-14 13:06:32 +0900
commitb24833c496e84177ef1f20ea04abdfa3bc26d51c (patch)
tree50c9a2ddea474958754545762888525cfb72bf16 /axlsx.gemspec
parentfb86d1f56f1ecd683417f1a1cbe2a00faa2904ad (diff)
downloadcaxlsx-b24833c496e84177ef1f20ea04abdfa3bc26d51c.tar.gz
caxlsx-b24833c496e84177ef1f20ea04abdfa3bc26d51c.zip
1.1.8 release prep
Diffstat (limited to 'axlsx.gemspec')
-rw-r--r--axlsx.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/axlsx.gemspec b/axlsx.gemspec
index 00ccf36c..5f89dda7 100644
--- a/axlsx.gemspec
+++ b/axlsx.gemspec
@@ -24,8 +24,8 @@ Gem::Specification.new do |s|
# REQUIRED by Travis-ci please do not alter these lines
s.add_runtime_dependency 'rake', '0.8.7' if RUBY_VERSION == "1.9.2"
s.add_runtime_dependency 'rake', '>= 0.8.7' unless RUBY_VERSION == "1.9.2"
-# s.add_development_dependency 'yard'
-# s.add_development_dependency 'rdiscount'
+ s.add_development_dependency 'yard'
+ s.add_development_dependency 'redcarpet'
s.add_development_dependency 'cover_me' unless RUBY_VERSION == '1.8.7'
s.required_ruby_version = '>= 1.8.7'
s.require_path = 'lib'