summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--axlsx.gemspec8
1 files changed, 4 insertions, 4 deletions
diff --git a/axlsx.gemspec b/axlsx.gemspec
index d282b138..0cfa52bd 100644
--- a/axlsx.gemspec
+++ b/axlsx.gemspec
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.author = "Randy Morgan"
s.email = '[email protected]'
s.homepage = 'https://github.com/randym/axlsx'
- s.platform = Gem::Platform::RUBY
+ s.platform = Gem::Platform::RUBY
s.date = Time.now.strftime('%Y-%m-%d')
s.summary = "excel OOXML (xlsx) with charts, styles, images and autowidth columns."
s.has_rdoc = 'axlsx'
@@ -23,9 +23,9 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'rmagick4j', '>= 0.3.7' if Object.const_defined? :JRUBY_VERSION
s.add_runtime_dependency 'rubyzip', '~> 0.9'
-
- s.add_development_dependency 'rake', "0.8.7" if RUBY_VERSION == "1.9.2"
- s.add_development_dependency 'rake', "~> 0.9" if ["1.9.3", "1.8.7"].include?(RUBY_VERSION)
+
+ s.add_runtime_dependency 'rake', "0.8.7" if RUBY_VERSION == "1.9.2"
+ s.add_runtime_dependency 'rake', "~> 0.9" if ["1.9.3", "1.8.7"].include?(RUBY_VERSION)
s.add_development_dependency 'yard'
s.add_development_dependency 'yard'
s.add_development_dependency 'rdiscount'