summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2018-02-14Merge pull request #574 from simonini/patch-1Randy Morgan (@morgan_randy)
the link is dead and pledgie.com is close
2018-02-14the link is dead and pledgie.com is closeAlessandro
Some alternative to make a donation?
2018-02-08chore(coverage): 100% coverage, 100% docsrandym
2018-02-08chore(coverage) increase coverage and cleanuprandym
2018-02-07Merge branch 'master' into release-3.0.0randym
2018-02-07fix(docs): patch docs returns -> returnrandym
2018-02-07Merge pull request #565 from ezcater/safe_frozen_sanitizeRandy Morgan (@morgan_randy)
Axlsx.sanitize() uses delete() vs. delete!() for frozen strings
2018-02-06Adds Axlsx.sanitize() unit testsWinfield Peterson
Verify frozen/unfrozen paths for sanitize() helper.
2018-02-06Merge branch 'master' into release-3.0.0randym
2018-02-06Merge pull request #554 from ryantk/patch-1Randy Morgan (@morgan_randy)
Fix incorrect option value in rdoc
2018-02-06Merge pull request #563 from MedText/masterRandy Morgan (@morgan_randy)
Add support for Area Charts and 2D Bar Charts
2018-02-06Merge pull request #432 from repinel/fix-cols-docRandy Morgan (@morgan_randy)
[ci skip] Fix the documentation for Worksheet#cols
2018-02-06Merge branch 'master' into release-3.0.0randym
2018-02-06Merge pull request #528 from chifung7/sort_archive_entriesRandy Morgan (@morgan_randy)
Sort archive entries for correct MIME detection
2018-01-11chore(ruby2): remove 2.0.0 from test matrixrandym
2018-01-11fix(merge): resolve merge conflicts in .travis.ymlrandym
2018-01-11chore(clean): remove white spacerandym
2018-01-11Merge pull request #557 from mikaji/update_travisRandy Morgan (@morgan_randy)
CI against latest rubies
2017-12-08Travis: jruby-9.1.15.0Olle Jonsson
2017-11-30Axlsx.sanitize() writes in place or copies on writeWinfield Peterson
Depending on whether a string is frozen, either a new string is created sanitized or the existing string is modified in place.
2017-11-29Axlsx.sanitize uses delete() vs. delete!() for frozen stringsWinfield Peterson
Whenever a frozen string is passed as an input to any sanitized value, we are modifying it in place which raised a RuntimeError if that string is frozen (as you might expect constants like header or workbook names to be). Use the safer delete() method which creates a new, modified copy of the string.
2017-11-17Add support for non-3D bar chartsDavid N. Robinson
2017-11-12Travis: jruby-9.1.14.0Olle Jonsson
2017-11-07Add support for area chartsDavid N. Robinson
2017-10-20CI against latest rubiesKoji Mikami
2017-10-12Fix incorrect option value in rdocRyan Kendall
2017-09-08Travis: jruby-9.1.13.0Olle Jonsson
2017-06-19Travis: jruby-9.1.12.0Olle Jonsson
2017-05-26Travis: jruby-9.1.10.0Olle Jonsson
2017-05-10Add spec coverage for correct MIME detectionChi-Fung Fan
2017-05-05Sort archive entries for correct MIME detectionChi-Fung Fan
2017-04-01chore(gemspec): pin down rubyzip version rangerandym
2017-04-01Merge branch 'master' into release-3.0.0randym
2017-04-01Merge pull request #514 from mparramon-kantox/patch-1Randy Morgan (@morgan_randy)
Fix typo
2017-04-01chore(test): update tests for depreciated methodsrandym
2017-04-01chore(doc): document some membersrandym
2017-04-01chore(yard): update to latest yardrandym
2017-04-01chore(doc): start prepping README and CHANGELOG for releaserandym
2017-04-01chore(version): update versionrandym
2017-04-01fix(options): fix parsing for start_at end_atrandym
2017-04-01chore(string): remove patching of Stringrandym
2017-04-01chore(depreciated): remove depreciated membersrandym
2017-04-01fix(two_cell_anchor): spat arguments for start_at, end_at when they are in ↵randym
the options hash
2017-04-01feat(ruby): update supported ruby versions and gem dependenciesrandym
2017-04-01Merge pull request #517 from olleolleolle/patch-2Randy Morgan (@morgan_randy)
Travis: use latest rubies in CI
2017-03-31Travis: use latest rubies in CIOlle Jonsson
2017-03-23Fix typomparramon-kantox
:)
2017-03-09Merge pull request #510 from olleolleolle/patch-2Randy Morgan (@morgan_randy)
Travis: Use jruby-9.1.8.0
2017-03-09Travis: jruby-9.1.8.0Olle Jonsson
2017-02-28Merge pull request #507 from snood1205/masterRandy Morgan (@morgan_randy)
Fix RubyZip vulnerability [URGENT]