summaryrefslogtreecommitdiffhomepage
path: root/test/tc_package.rb
AgeCommit message (Expand)Author
2023-06-10Fix safe Style/ColonMethodCall offensesGeremia Taglialatela
2023-05-22Use Ruby 1.9 hash syntax (non-production code)Geremia Taglialatela
2023-05-04Enable Style/FrozenStringLiteralComment and autocorrectPaul Kmiec
2023-05-03Fix unescaped dot in regexp and convert to includeGeremia Taglialatela
2023-05-03Introduce RuboCop performanceGeremia Taglialatela
2023-05-03Fix non-production Style/NumericLiterals offensesGeremia Taglialatela
2023-05-03Fix Style/RedundantFileExtensionInRequire offenseGeremia Taglialatela
2023-05-03Add RuboCop MinitestGeremia Taglialatela
2023-05-03Fix offenses to non-production codeGeremia Taglialatela
2023-04-10Fix Layout/LeadingCommentSpace offensesGeremia Taglialatela
2023-04-08Fix space-related offensesGeremia Taglialatela
2023-04-08Fix EmptyLines related offensesGeremia Taglialatela
2023-04-06Fix Layout/EmptyLines offensesGeremia Taglialatela
2023-04-06Fix Style/Encoding offensesGeremia Taglialatela
2022-10-12Resolve all TODOsWeston Ganger
2022-07-12Move "capture warning" test helper to its own moduleKoza
2022-04-07Sort archive entries for correct MIME detection with file commandytjmt
2022-03-02instance_values -> instance_values_forpjskennedy
2022-03-02Update references to use new class methodpjskennedy
2022-01-21Check string encoding for validity _and_ valueDan DeBruler
2021-12-28Return output stream in binmodeDan DeBruler
2021-03-27Replace mimemagic with marcel (#95)Jorne Kandziora
2021-02-17Merge pull request #57 from rylwin/change-serialize-signatureNoel Peden
2020-09-11Restructure examples folder (#47)Zsolt Kozaroczy
2020-08-29Avoid warning when using `capture_warnings` more than onceRyan Winograd
2020-08-29Update #serialize to accept 3 argumentsRyan Winograd
2020-08-29Assert how contents are zippedRyan Winograd
2020-08-20Actual fix for older rubiesRyan Winograd
2020-08-20Fix for older rubies?Ryan Winograd
2020-08-20Deprecate using `#serialize` with boolean argumentRyan Winograd
2020-08-19Add option to `#serialize` with system zip commandRyan Winograd
2020-08-19Remove unnecessary rescue in testsRyan Winograd
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-10Add spec coverage for correct MIME detectionChi-Fung Fan
2015-01-12Fix #fit_to to work correctly and fix tests under Ruby 2.2.0Jurriaan Pruis
2013-10-09Add support for bubble chartsJean-Philippe Moal
2013-09-29Integrate workbook views and alter serializationRandy Morgan
2013-09-13repair pivot table data ref populate and bring coverage back up to 100%Randy Morgan
2013-09-13Fixes for anchor swapping when adding images. - Two -> One swap still pending.Randy Morgan
2013-08-29upgrade to rubyzip 1.0.0Delwyn de Villiers
2013-07-12use 1.8.7 syntaxRandy Morgan
2013-07-08Implement Relationship.clear_cached_instances, use it before serializing the ...Stefan Daschek
2013-07-08Make sure serializing axlsx packages with identical contents always results i...Stefan Daschek
2013-06-12Allow overriding the 'created' timestamp in the docprops.Stefan Daschek
2012-12-19changed outline_row to outline_level_row to minimize confusion with bordersRandy Morgan
2012-12-15Added methods to simplify outlining with specsRandy Morgan
2012-12-04Moved defined names in workbook to be serialized before pivot tablesRandy Morgan
2012-11-28Commented out defined_name testRandy Morgan