summaryrefslogtreecommitdiff
path: root/Rakefile
AgeCommit message (Expand)Author
2014-11-24only print LANG in Travis buildsDan Allen
2014-11-10enable CI reportsDan Allen
2014-08-10enable feature tests in Travis CIDan Allen
2014-08-05prepare for the next development iteration [ci skip]Dan Allen
2014-08-05update LICENSE file to include file extensionDan Allen
2014-07-03fix yard taskDan Allen
2014-04-08tests: switch to minitestKen Dreyer
2014-02-28add .yardopts file for rubydoc.infoDan Allen
2014-02-17bump GC memory a few notchesDan Allen
2014-02-17adjust memory settings for tests, disable tty modeDan Allen
2014-02-16minor optimizationsDan Allen
2014-02-16call each thing by its right nameDan Allen
2014-02-16resolves #804 rewrite extensions to support extension instancesDan Allen
2013-10-26prevent YARD from mangling command statements in READMEDan Allen
2013-10-26resolves #739 generate API docs using YARD instead of RDocDan Allen
2013-10-25resolves #731 add initial Cucumber test infrastructureDan Allen
2013-09-30resolves #654 use gem tasks from BundlerDan Allen
2013-09-29resolves #653 build gemspec files using git ls-treeDan Allen
2013-09-21add comment [ci skip]Dan Allen
2013-09-14tune gc settings for testsDan Allen
2013-05-02use explicit ruby in invoker testDan Allen
2013-05-01resolves #308 set proper encoding on input dataDan Allen
2013-01-29Make Rakefile work with older versions of rakeDan Allen
2013-01-23resolve issue #69, enable warnings when running tests; fix warningsDan Allen
2012-12-28use RDoc::Task instead of Rake::RDocTaskDan Allen
2012-12-27set rdoc version, enable tomdoc parser, ignore outputDan Allen
2012-12-19Try LoadErrorRyan Waldron
2012-12-19Just rescue everythingRyan Waldron
2012-12-19Rescue rdoc block so multiple versions will build on TravisRyan Waldron
2012-06-01Initial base gem skeletonRyan Waldron