lib/earthquake.rb in earthquake-0.6.12 vs lib/earthquake.rb in earthquake-0.7.0

- old
+ new

@@ -11,10 +11,13 @@ launchy oauth twitter_oauth ).each { |lib| require lib } +Thread.abort_on_exception = true +Encoding.default_external = Encoding.find('UTF-8') + %w( ext core cache output @@ -22,7 +25,5 @@ get_access_token twitter commands id_var ).each { |name| require_dependency File.expand_path("../earthquake/#{name}", __FILE__) } - -Thread.abort_on_exception = true \ No newline at end of file