summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/util
AgeCommit message (Expand)Author
2023-07-05Use encoding constant instead of hardcoded stringGeremia Taglialatela
2023-07-04Merge pull request #288 from tagliala/chore/fix-non-local-exit-from-iteratorZsolt Kozaroczy
2023-07-02Remove conditional check for `encode` methodGeremia Taglialatela
2023-07-01Fix Lint/NonLocalExitFromIterator offenseGeremia Taglialatela
2023-06-15Fix redundant self offensesGeremia Taglialatela
2023-06-13Fix safe Style/Lambda offensesGeremia Taglialatela
2023-06-10Fix safe Style/ColonMethodCall offensesGeremia Taglialatela
2023-06-05Prefer `Kernel#format` to `String#%`Geremia Taglialatela
2023-06-05Fix Style/FormatString 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-31Fix Style/MutableConstant offensesGeremia Taglialatela
2023-05-31Fix string concatenation offenses in production codeGeremia Taglialatela
2023-05-31Merge pull request #259 from tagliala/chore/enable-naming-copsZsolt Kozaroczy
2023-05-31Merge pull request #255 from pkmiec/fixSimpleTypeListRegressionZsolt Kozaroczy
2023-05-25Enable Naming copsGeremia Taglialatela
2023-05-24Do not use collection literal in loopsGeremia Taglialatela
2023-05-24Merge pull request #257 from tagliala/chore/improve-cell-type-from-valueZsolt Kozaroczy
2023-05-24Merge pull request #254 from tagliala/chore/performance-redundant-block-callZsolt Kozaroczy
2023-05-23Improve Regexp validatorGeremia Taglialatela
2023-05-22Use #== and #eql? from BasicObjectPaul Kmiec
2023-05-23Fix Performance/RedundantBlockCall offenseGeremia Taglialatela
2023-05-23Enable Security copsGeremia Taglialatela
2023-05-22Merge pull request #244 from tagliala/chore/remove-ruby-pre-25-codeZsolt Kozaroczy
2023-05-22Merge pull request #242 from tagliala/chore/fix-minor-safe-offensesZsolt Kozaroczy
2023-05-22Merge pull request #240 from tagliala/chore/fix-void-contextsZsolt Kozaroczy
2023-05-21Improve commentsGeremia Taglialatela
2023-05-20Remove check needed for Ruby < 2.5Geremia Taglialatela
2023-05-20Remove minor safe offensesGeremia Taglialatela
2023-05-20Fix Lint/Void offensesGeremia Taglialatela
2023-05-17Merge branch 'master' into serializedAttributesZsolt Kozaroczy
2023-05-17Merge branch 'master' into chore/use-delete-prefix-suffixZsolt Kozaroczy
2023-05-17Merge branch 'master' into cacheColRefZsolt Kozaroczy
2023-05-16Replace `sub` with `delete_prefix`/`delete_suffix`Geremia Taglialatela
2023-05-15Fix rubocop offensesPaul Kmiec
2023-05-15Serialize attributes more efficientlyPaul Kmiec
2023-05-15Remove ability to set `u=` to true in favor of :singlePaul Kmiec
2023-05-15Improve boolean validation constants (i.e. Axlsx::VALID_BOOLEAN_VALUES)Paul Kmiec
2023-05-15Corrected rubocop offenses in lib/axlsx.rb / test/tc_axlsx.rbPaul Kmiec
2023-05-10Fix `SimpleTypedList#to_a` and `SimpleTypedList#to_ary` returning the interna...Paul Kmiec
2023-05-10Derive SimpleTypedList from ArrayPaul Kmiec
2023-05-10Move definition of valid values and validator lambdas out of the methods to r...Koza
2023-05-05Write directly to file io instead of buffering the output in memoryPaul Kmiec
2023-05-05Introduce BufferedZipOutputStream to avoid lots of small writes to Zip::Outpu...Paul Kmiec
2023-05-05Pipe output directly to str and avoid additional memory allocationsPaul Kmiec
2023-05-04Fix tests / code to work with frozen string literalsPaul Kmiec
2023-05-04Enable Style/FrozenStringLiteralComment and autocorrectPaul Kmiec
2023-05-03Fix safe, minor offenses to production codeGeremia Taglialatela