summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2019-10-04Remove ruby 2.1 and 2.2 from TravisNoel Peden
2019-10-02Merge pull request #10 from marshall-lee/caxlsx-fix_relationship_cacheNoel Peden
Fix Relationship.instances cache
2019-10-02Merge pull request #2 from inopinatus/masterNoel Peden
Bump dependencies for nokogiri, ruby, and rubyzip.
2019-10-02Cache relationship in Hash rather than in Array.Vladimir Kochnev
Also cacle only ids, not entire instances.
2019-10-02Fix Relationship.instances cache.Vladimir Kochnev
This PR aims to fix several issues with Relationship cache: 1) It's not threadsafe, so I propose to use a TLS variable for this. 2) Memory obtained by cache remains non-freed before the next run of `serialize`. I think it should be freed immediately. 3) Memory should be freed in `ensure` block to prevent memory bloating in case of exception. *There are only two hard things in Computer Science: cache invalidation and naming things.*
2019-09-30Fix github links / repo names [skip ci]Noel Peden
2019-09-30Merge pull request #3 from kiskoza/fix-rails-auto-requireNoel Peden
Add caxlsx.rb to make auto require work
2019-09-29Bump dependencies for nokogiri, rubyzip, and Ruby.Josh Goodall
nokogiri <1.10.4 and rubyzip < 1.3.0 had CVEs and/or regressions, and whilst we're here, signal that it's okay to use Ruby 2.3 syntax and methods and later.
2019-09-26Update gem install instructions to use caxlsxStefan Daschek
2019-09-26Update README.md to show Travis CI status of this fork.Josef Šimánek
2019-09-26add some ruby versionstakkanm
2019-09-26add and update some ruby versionstakkanm
2019-09-26Fix URL in README (#6)Paul McMahon
2019-09-23Gemspec home page fix [skip ci]Noel Peden
2019-09-17Add caxlsx.rb to make auto require workKoza
https://guides.rubygems.org/make-your-own-gem/ The convention is to have one Ruby file with the same name as your gem, since that gets loaded when require is run.
2019-09-10Update README.mdNoel Peden
2019-09-08Change gem nameNoel Peden
2019-09-08Merge branch 'master' of https://github.com/caxlsx/axlsxNoel Peden
2019-09-08Release 3.0.0Noel Peden
2019-09-08Update README.mdNoel Peden
2019-09-08Update README.mdNoel Peden
2019-09-08Add community caxlsx noticeNoel Peden
2018-04-24Merge pull request #532 from olleolleolle/patch-3Randy Morgan (@morgan_randy)
Travis: jruby-9.1.15.0
2018-04-24Travis: use jruby-9.1.17.0Olle Jonsson
2018-02-22chore(examples): include examples for customized locking and single print ↵randym
area specification with defined names
2018-02-15chore(examples): do more crazy in the data_validation examplerandym
2018-02-15chore(examples): update data validation example to show raw list validationrandym
2018-02-15Merge pull request #575 from randym/release-3.0.0Randy Morgan (@morgan_randy)
Release 3.0.0
2018-02-14chore(deps): specify dep semantic versionsrandym
2018-02-14fix(nokogiri): only allow latest patched nokogirirandym
2018-02-14Merge branch 'master' into release-3.0.0randym
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