diff options
| author | Randy Morgan <[email protected]> | 2012-03-01 22:02:42 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-03-01 22:02:42 +0900 |
| commit | 452226bea54da171cc57f4d5ba21363fd16eb188 (patch) | |
| tree | 25c143271f77d85c6a3e753d98331df15c711c49 /axlsx.gemspec | |
| parent | 5892ab4c667eacdef6f8a16f2ca0b652aeff715f (diff) | |
| download | caxlsx-452226bea54da171cc57f4d5ba21363fd16eb188.tar.gz caxlsx-452226bea54da171cc57f4d5ba21363fd16eb188.zip | |
adding rake as runtime requirement for ruby 2.0.0
Diffstat (limited to 'axlsx.gemspec')
| -rw-r--r-- | axlsx.gemspec | 8 |
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' |
