summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-27use modern Hash syntax in test suite [skip ci]Dan Allen
2021-05-27use $: shorthand instead of $LOAD_PATH in test suiteDan Allen
2021-05-27remove or mark unused block arguments in test suite; fix missing logger asser...Dan Allen
2021-05-27fix ambiguous argument type in step definitions in test suiteDan Allen
2021-05-27fix spaces and indentation in test suiteDan Allen
2021-05-27fix invalid integer values in test suiteDan Allen
2021-05-27use octal for file mode in test suite [skip ci]Dan Allen
2021-05-27use unless instead of negated if in test suite [skip ci]Dan Allen
2021-05-27use raise instead of fail keyword in test suite [skip ci]Dan Allen
2021-05-27remove excess spaces before value of Hash entry in test suite [skip ci]Dan Allen
2021-05-25use single-quoted strings where possible in test suiteDan Allen
2021-05-25use key? instead of has_key? in tests [skip ci]Dan Allen
2021-05-25remove trailing spaces in test suite [skip ci]Dan Allen
2021-05-25fix missing spaces when defining hash and array in test suite [skip ci]Dan Allen
2021-05-25fix indentation of options in method callsDan Allen
2021-05-25fix indentation in definition of CLI options with multi-line descriptionDan Allen
2021-05-24fix typo in CHANGELOG [skip ci]Dan Allen
2021-05-23add missing entry to CHANGELOG [skip ci]Dan Allen
2021-05-23add locale file for Vietnamese locale (PR #4066)Hoa Nguyen
2021-05-23use more descriptive constant names in loggingDan Allen
2021-05-23remove unnecessary use of inherit argument when calling const_getDan Allen
2021-05-23use simpler strategy to create map of severity labels in loggingDan Allen
2021-05-23use simpler strategy to sort safe mode namesDan Allen
2021-05-22resolves #4065 show safe modes in strictness order in CLI help (PR #4067)Dan Allen
2021-05-22add explicit return value in parse_block_metadata_line to fix warningsDan Allen
2021-05-22consolidate logic when looking for Markdown-style fenced code blockDan Allen
2021-05-22avoid use of nested modifier in parserDan Allen
2021-05-22invert conditional in DocBook converter (use if instead of unless)Dan Allen
2021-05-20consolidate logic branches in Document#counterDan Allen
2021-05-20consolidate duplicate branches in method that adjusts indentationDan Allen
2021-05-20consolidate duplicate branches for converting table sections in manpage conve...Dan Allen
2021-05-20fix indentation when declaring private class method; clarify why the symbol i...Dan Allen
2021-05-20use next to short circuit loop with single conditionalDan Allen
2021-05-20fix indentation of RougeExt module [skip ci]Dan Allen
2021-05-19tuck remaining info-level message in substitutors inside blockDan Allen
2021-05-18add spaces around comment delimiters in default stylesheet [skip ci]Dan Allen
2021-05-18fix placement of inset keyboard in box shadow in default stylesheet [skip ci]Dan Allen
2021-05-18another minor minification in default stylesheet [skip ci]Dan Allen
2021-05-18minor minification in default stylesheet [skip ci]Dan Allen
2021-05-18apply additional minification to default stylesheet [skip ci]Dan Allen
2021-05-18fix template converter test when concurrent-ruby gem is not installedDan Allen
2021-05-18use class << self idiom to define class methods for Converter::TemplateConverterDan Allen
2021-05-18use while modifier when body is only a single lineDan Allen
2021-05-18define setter method for text using attr_writer on ListItem [skip ci]Dan Allen
2021-05-18define getter method for registry using attr_reader on SyntaxHighlighter::Cus...Dan Allen
2021-05-18remove unused private keyword in SyntaxHighlighter::DefaultFactory [skip ci]Dan Allen
2021-05-18use %() instead of %{} for an interpolated string inside an expression inside...Dan Allen
2021-05-18use %() instead of %[] for an interpolated string inside an expression inside...Dan Allen
2021-05-18switch multiline gsub block in manpage converter to do..end styleDan Allen
2021-05-18rewrite Reader#read_lines_until (PR #4063)Dan Allen