summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
AgeCommit message (Collapse)Author
2023-05-25Fix 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-22Use Ruby 1.9 hash syntax (non-production code)Geremia Taglialatela
2023-05-04Enable Style/FrozenStringLiteralComment and autocorrectPaul Kmiec
2023-04-06Fix Layout/EmptyLines offensesGeremia Taglialatela
``` rubocop --only Layout/EmptyLines -a ```
2019-10-04Fix rake reference [skip ci]Noel Peden
2018-02-14fix(nokogiri): only allow latest patched nokogirirandym
2014-01-02Travis rbx fixesJurriaan Pruis
2013-09-13remove coverage task as it happens automatically when specs are runRandy Morgan
2012-11-25Updated readme and docs for pre 1.3.4 releaseRandy Morgan
2012-09-30Updated Rakefile:gendoc to rely on yardops in listing undocumented filesRandy Morgan
2012-08-02hmm…. ditch red carpet and do some docsRandy Morgan
2012-07-14update rake file and gem spec to document yard / redcarpet native extensions ↵Randy Morgan
issue on JRuby
2012-05-17fix ALL the warnings!Randy Morgan
2012-05-13adding in coverage reportingRandy Morgan
2012-04-18add benchmark task to rakefileRandy Morgan
2011-12-05release prepRandy Morgan
2011-12-03Testing if travis can pull the requirements from gemspec.Randy Morgan
2011-11-30From 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-30more travis testing. Randy Morgan
2011-11-30Output time in rake test to see what time travis thinks it is.Randy Morgan
2011-11-26adding in support for ruby 1.9.3Randy Morgan
release version 1.0.9
2011-11-22rebuild and README updateRandy Morgan
2011-11-22updating 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-20first commitRandy Morgan