Fixed color support in OS X
[ruby_koans.git] / src / edgecase.rb
2012-01-22 Henry LiuFixed color support in OS X
2011-12-04 Jim WeirichAdd a dummy KeyError to 1.8 so that src koans will...
2011-12-04 Jim WeirichHandle 1.8 VS 1.9 differences in fetch exception.
2011-12-04 Jim WeirichBack ported a lot of changes made to the Koans directory.
2011-06-02 R.T. LechowTypos.
2011-01-12 Marc PeabodyRevert "Updated with Rubinius Support"
2010-12-25 Jim WeirichUpdated with Rubinius Support
2010-10-21 Jim WeirichDisabled colored output on windows.
2010-09-27 Jim WeirichAdded Ruby version information to the output.
2010-09-27 Jim WeirichMinitest lines in backtrace are no longer interesting.
2010-09-27 Jim WeirichSimplified output for running against multiple rubies.
2010-09-27 Jim WeirichEvaluated each assert line without a replacement test...
2010-09-27 Jim WeirichUpdated for JRuby
2010-09-22 Marc Peabodymerge and 80 char limit on src
2010-09-22 Jim WeirichAdded else clause if progress file is not there.
2010-09-22 Marc Peabodyend screen with koans logo ascii art
2010-08-27 Jim WeirichTweeks on the color module
2010-08-27 Jim WeirichRenamed method
2010-08-26 Jim WeirichUpdated comment
2010-08-26 Jim WeirichDisable colorization when the NO_COLOR env variable...
2010-08-26 Jim WeirichRemoved method missing from color module.
2010-08-26 Jim WeirichAdded colors to output (based on renemendoza's patch).
2010-08-16 Jim WeirichNow supporting Test::Unit as well under Ruby 1.9.
2010-08-16 Jim WeirichAdded support for minitest under Ruby 1.9.
2010-08-16 Jim WeirichMake method_missing public in the test framework for...
2010-08-16 Jim WeirichAnswers now Ruby 1.9 compliant
2010-04-20 Jim WeirichAdded a numeric fill in method (_n_)
2009-12-21 Jim WeirichAdded src directory