History.rdoc in tailor-1.1.5 vs History.rdoc in tailor-1.2.0

- old
+ new

@@ -1,4 +1,18 @@ +=== 1.2.0 2013-03-06 + +* gh-119[https://github.com/turboladen/tailor/issues/119] + * AllowInvalidRubyRuler now uses Gem.ruby to use the ruby that tailor was + run with. +* gh-130[https://github.com/turboladen/tailor/issues/130] + * AllowInvalidRubyRuler now handles file names with spaces in them. +* gh-131[https://github.com/turboladen/tailor/issues/131] + * Added YAML output formatter. Thanks @leandronsp! +* gh-133[https://github.com/turboladen/tailor/issues/133] + * Added support for Ruby 2.0.0-p0. ...which is actually just accounting for + a {fix to Ripper}[https://bugs.ruby-lang.org/issues/6211] that finally got + merged in to a Ruby release. + === 1.1.5 2013-01-30 * gh-127[https://github.com/turboladen/tailor/issues/127] * The last fix had SystemExit being displayed to the user at all times (since it should've been getting rescued from when the program exits). Properly