summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/package.rb
AgeCommit message (Expand)Author
2023-06-15Fix redundant self offensesGeremia Taglialatela
2023-06-10Fix safe Style/ColonMethodCall offensesGeremia Taglialatela
2023-06-05Merge pull request #274 from tagliala/chore/fix-negated-if-offensesZsolt Kozaroczy
2023-06-02Fix negated if offensesGeremia Taglialatela
2023-05-31Remove redundant parenthesesGeremia Taglialatela
2023-05-31Use Ruby 1.9 hash syntaxGeremia Taglialatela
2023-05-24Do not use collection literal in loopsGeremia Taglialatela
2023-05-23Fix Style/LineEndConcatenation offensesGeremia Taglialatela
2023-05-22Merge pull request #243 from tagliala/chore/fix-zero-length-predicate-offensesZsolt Kozaroczy
2023-05-22Merge pull request #242 from tagliala/chore/fix-minor-safe-offensesZsolt Kozaroczy
2023-05-21Improve commentsGeremia Taglialatela
2023-05-20Fix Style/ZeroLengthPredicate unsafe offensesGeremia Taglialatela
2023-05-20Remove minor safe offensesGeremia Taglialatela
2023-05-05Introduce BufferedZipOutputStream to avoid lots of small writes to Zip::Outpu...Paul Kmiec
2023-05-04Enable Style/FrozenStringLiteralComment and autocorrectPaul Kmiec
2023-05-03Fix safe, minor offenses to production codeGeremia Taglialatela
2023-04-12feat: add support for remote imagesSebastiano
2023-04-12Merge pull request #191 from tagliala/chore/add-rubocopZsolt Kozaroczy
2023-04-10Fix Layout/LeadingCommentSpace offensesGeremia Taglialatela
2023-04-09Fix Layout/ExtraSpacing offensesGeremia Taglialatela
2023-04-09Fix offenses related to indentation consistencyGeremia Taglialatela
2023-04-09Fix Layout/ArgumentAlignment offensesGeremia Taglialatela
2023-04-08Use File.read instead of IO.readGeremia Taglialatela
2023-04-08Fix Layout/EmptyLineAfterGuardClause offensesGeremia Taglialatela
2023-04-08Fix space-related offensesGeremia Taglialatela
2023-04-08Fix Layout/MultilineOperationIndentation offensesGeremia Taglialatela
2023-04-07Fix Layout/SpaceAroundKeyword offensesGeremia Taglialatela
2023-04-07Fix Layout/FirstArrayElementIndentation offenseGeremia Taglialatela
2023-04-06Fix Layout/EmptyLineBetweenDefs offensesGeremia Taglialatela
2023-04-06Fix Layout/EmptyLines offensesGeremia Taglialatela
2023-04-06Fix Style/Encoding offensesGeremia Taglialatela
2023-04-06Remove Layout/TrailingWhitespace offensesGeremia Taglialatela
2022-09-29Merge axlsx_styler gem into caxlsxWeston Ganger
2022-09-26Make sure all examples and docs use binary mode for reading / writing XLSX filesStefan
2022-04-07Sort archive entries for correct MIME detection with file commandytjmt
2021-12-28Return output stream in binmodeDan DeBruler
2020-08-29Update #serialize to accept 3 argumentsRyan Winograd
2020-08-28Update doc to reflect preferred new public interfaceRyan Winograd
2020-08-20Deprecate using `#serialize` with boolean argumentRyan Winograd
2020-08-19Add option to `#serialize` with system zip commandRyan Winograd
2020-07-16Binary image read for issue #51Noel Peden
2020-01-28Fix typo in documentation (#42)
2019-12-15Fix typoStefan Daschek
2019-12-03Remove unused / stubbed code related to parsing xlsx filesStefan Daschek
2019-10-02Cache relationship in Hash rather than in Array.Vladimir Kochnev
2019-10-02Fix Relationship.instances cache.Vladimir Kochnev
2018-02-08chore(coverage) increase coverage and cleanuprandym
2017-05-05Sort archive entries for correct MIME detectionChi-Fung Fan
2015-02-11Fix content types for uppercased image file extensionsEdgars Beigarts
2014-03-17Update to RubyZip 1.1.1Jurriaan Pruis