diff options
| author | Randy Morgan <[email protected]> | 2012-05-13 11:27:57 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-05-13 11:27:57 +0900 |
| commit | 9bba6c30d5898bf074b5a9e4a37023ef3330afa5 (patch) | |
| tree | 3b8f6ee3f9ee05835e60f7386811c89367698f8c /axlsx.gemspec | |
| parent | 49e4574f9e467a7167bfa1e7b1157d6a48815ba7 (diff) | |
| download | caxlsx-9bba6c30d5898bf074b5a9e4a37023ef3330afa5.tar.gz caxlsx-9bba6c30d5898bf074b5a9e4a37023ef3330afa5.zip | |
make sure rake is included for travis specs against ruby head
Diffstat (limited to 'axlsx.gemspec')
| -rw-r--r-- | axlsx.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/axlsx.gemspec b/axlsx.gemspec index 5e59195f..282b5370 100644 --- a/axlsx.gemspec +++ b/axlsx.gemspec @@ -23,7 +23,7 @@ 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' if ["1.9.3", "1.8.7"].include?(RUBY_VERSION) + s.add_runtime_dependency 'rake', '>= 0.8.7' unless RUBY_VERSION == "1.9.2" # s.add_development_dependency 'yard' # s.add_development_dependency 'rdiscount' |
