| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-25 | Fix StringConcatenation offenses (non-production) | Geremia Taglialatela | |
| Prefer interpolation over concatenation ``` Comparison ("String#{'String'}" vs 'String' + 'String'): interpolation: 11821321.0 i/s concatenation: 8849491.7 i/s - 1.34x (± 0.00) slower ``` | |||
| 2023-05-22 | Use Ruby 1.9 hash syntax (non-production code) | Geremia Taglialatela | |
| 2023-05-04 | Enable Style/FrozenStringLiteralComment and autocorrect | Paul Kmiec | |
| 2023-04-06 | Fix Layout/EmptyLines offenses | Geremia Taglialatela | |
| ``` rubocop --only Layout/EmptyLines -a ``` | |||
| 2019-10-04 | Fix rake reference [skip ci] | Noel Peden | |
| 2018-02-14 | fix(nokogiri): only allow latest patched nokogiri | randym | |
| 2014-01-02 | Travis rbx fixes | Jurriaan Pruis | |
| 2013-09-13 | remove coverage task as it happens automatically when specs are run | Randy Morgan | |
| 2012-11-25 | Updated readme and docs for pre 1.3.4 release | Randy Morgan | |
| 2012-09-30 | Updated Rakefile:gendoc to rely on yardops in listing undocumented files | Randy Morgan | |
| 2012-08-02 | hmm…. ditch red carpet and do some docs | Randy Morgan | |
| 2012-07-14 | update rake file and gem spec to document yard / redcarpet native extensions ↵ | Randy Morgan | |
| issue on JRuby | |||
| 2012-05-17 | fix ALL the warnings! | Randy Morgan | |
| 2012-05-13 | adding in coverage reporting | Randy Morgan | |
| 2012-04-18 | add benchmark task to rakefile | Randy Morgan | |
| 2011-12-05 | release prep | Randy Morgan | |
| 2011-12-03 | Testing if travis can pull the requirements from gemspec. | Randy Morgan | |
| 2011-11-30 | From the docs on time "On some operating systems, this offset is allowed to ↵ | Randy Morgan | |
| be negative." perhaps travis is one of those systems that does not allow negative offsets. Using the integer value for 1900 and 1904 epocs | |||
| 2011-11-30 | more travis testing. | Randy Morgan | |
| 2011-11-30 | Output time in rake test to see what time travis thinks it is. | Randy Morgan | |
| 2011-11-26 | adding in support for ruby 1.9.3 | Randy Morgan | |
| release version 1.0.9 | |||
| 2011-11-22 | rebuild and README update | Randy Morgan | |
| 2011-11-22 | updating rake file, readme and other docs. Also moving version constant to ↵ | Randy Morgan | |
| its own file and re-enabling package serialization tests with a bit more robust error handling when the current user does not have write permissions the directory. | |||
| 2011-11-20 | first commit | Randy Morgan | |
