bin/xcpretty in xcpretty-0.0.2 vs bin/xcpretty in xcpretty-0.0.3
- old
+ new
@@ -1,11 +1,11 @@
#!/usr/bin/env ruby
$:.unshift File.expand_path('../../lib', __FILE__)
require 'xcpretty'
require 'optparse'
-if RUBY_VERSION < '1.9.3'
- abort "error: XCPretty requires Ruby 1.9.3 or higher."
+if RUBY_VERSION < '1.8.7'
+ abort "error: XCPretty requires Ruby 1.8.7 or higher."
end
def printer
@printer ||= XCPretty::Printer::Simple.new
end