bin/tw in tw-0.2.6 vs bin/tw in tw-0.3.0
- old
+ new
@@ -1,8 +1,9 @@
#!/usr/bin/env ruby
$:.unshift File.expand_path '../lib', File.dirname(__FILE__)
require 'rubygems'
require 'tw'
require 'tw/app/main'
+$stdout.sync = true
app = Tw::App.new
app.run ARGV