| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix typo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the options hash
|
|
|
|
Travis: use latest rubies in CI
|
|
|
|
:)
|
|
Travis: Use jruby-9.1.8.0
|
|
|
|
Fix RubyZip vulnerability [URGENT]
|
|
|
|
|
|
|
|
Bump rubyzip to 1.2.0
|
|
The fix for JRuby's ObjectSpace is the motivation for this PR.
There doesn't appear to be any breaking changes, mostly bugfixes:
https://github.com/rubyzip/rubyzip/blob/master/Changelog.md#120
All tests pass with MRI/JRuby
|
|
This fixes bundle installs for JRuby
|
|
Pivot table bugs
|
|
Fix #472: worksheet name with underscore
|
|
set color with Row#color=
|
|
fix warning: constant ::Fixnum is deprecated
|
|
|
|
|
|
|
|
fix Fixnum deprecated warning on Ruby2.4-preview3.
Fixnum was unify into Integer.
https://bugs.ruby-lang.org/issues/12005
|
|
|
|
instead of axisCol
|
|
|
|
|
|
|
|
|
|
Implement :text cell type
|
|
|
|
Allow a Row to be passed to merge_cells
|
|
Travis: Test on JRuby 9.1.5.0
|
|
|
|
|