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
/
comment.rb
Age
Commit message (
Expand
)
Author
2023-06-10
Fix safe Style/ColonMethodCall offenses
Geremia Taglialatela
2023-05-31
Use Ruby 1.9 hash syntax
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-04-09
Fix offenses related to indentation consistency
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
Remove Layout/TrailingWhitespace offenses
Geremia Taglialatela
2014-02-26
Huge refactoring
Jurriaan Pruis
2013-07-03
Do not start comment text with stray colon if author is blank
Stefan Daschek
2013-07-03
Escape special chars for comments’ text and author.
Stefan Daschek
2013-03-16
First run at 'hidden' comments WIP
Randy Morgan
2012-10-14
Refactored to use options parser and serialized attributes.
Randy Morgan
2012-05-19
correct relation management for comments and some spec improvements for packa...
Randy Morgan
2012-05-15
bring coverage up to 100% and patch a few minor bugs in cell style overrides ...
Randy Morgan
2012-05-13
cleaning up comments for pre-release
Randy Morgan
2012-05-09
patch nil row style issue
Randy Morgan
2012-05-08
documentation for comments.
Randy Morgan