diff options
| author | Randy Morgan <[email protected]> | 2012-08-02 23:09:52 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-08-02 23:09:52 +0900 |
| commit | 56a7a7456ec948f29e439edf42fe378cf812425a (patch) | |
| tree | 744a484c4285c56468995c91ac2dfd6ac4d96af1 /axlsx.gemspec | |
| parent | 6f5761deaf776eaeac9a556990e3ec8c7c9dc504 (diff) | |
| download | caxlsx-56a7a7456ec948f29e439edf42fe378cf812425a.tar.gz caxlsx-56a7a7456ec948f29e439edf42fe378cf812425a.zip | |
fun with travis
Diffstat (limited to 'axlsx.gemspec')
| -rw-r--r-- | axlsx.gemspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/axlsx.gemspec b/axlsx.gemspec index 912f8c6d..a88d5317 100644 --- a/axlsx.gemspec +++ b/axlsx.gemspec @@ -22,8 +22,8 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'rubyzip', '>= 0.9.5' s.add_runtime_dependency "htmlentities", "~> 4.3.1" # 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_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" # This has been removed until JRuby can support the native extensions for redcarpet or yard removes the dependency # s.add_development_dependency 'yard' |
