index
:
caxlsx
hyperlink-worksheet-fix
master
Caxlsx
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lib
/
axlsx
/
workbook
/
worksheet
/
rich_text_run.rb
Age
Commit message (
Expand
)
Author
2023-06-15
Fix redundant self offenses
Geremia Taglialatela
2023-06-10
Fix safe Style/ColonMethodCall offenses
Geremia Taglialatela
2023-06-06
Invert nil checks to improve performance
Geremia Taglialatela
2023-05-31
Remove redundant parentheses
Geremia Taglialatela
2023-05-31
Use Ruby 1.9 hash syntax
Geremia Taglialatela
2023-05-26
Fix Style/HashEachMethods offense
Geremia Taglialatela
2023-05-19
Fix hash transformation related offenses
Geremia Taglialatela
2023-05-05
Pipe output directly to str and avoid additional memory allocations
Paul Kmiec
2023-05-04
Fix tests / code to work with frozen string literals
Paul Kmiec
2023-05-04
Enable Style/FrozenStringLiteralComment and autocorrect
Paul Kmiec
2023-05-03
Fix safe, minor offenses to production code
Geremia Taglialatela
2023-04-08
Fix Layout/EmptyLineAfterGuardClause offenses
Geremia Taglialatela
2023-04-08
Fix space-related offenses
Geremia Taglialatela
2023-04-08
Fix EmptyLines related offenses
Geremia Taglialatela
2023-04-06
Fix Layout/EmptyLinesAroundAttributeAccessor
Geremia Taglialatela
2022-03-02
instance_values -> instance_values_for
pjskennedy
2022-03-02
Update references to use new class method
pjskennedy
2020-02-13
Improve cell string_autowidth calculations (#44)
Weston Ganger
2018-02-08
chore(coverage): 100% coverage, 100% docs
randym
2018-02-08
chore(coverage) increase coverage and cleanup
randym
2018-02-07
fix(docs): patch docs returns -> return
randym
2018-01-11
chore(clean): remove white space
randym
2014-03-12
Fix autowidth in combination with sanitizing
Jurriaan Pruis
2014-03-04
Fix sanitizing and some cleanup
Jurriaan Pruis
2014-03-01
Implemented RichText (multiple text runs)
Jurriaan Pruis