lib/earthquake.rb in earthquake-0.2.0 vs lib/earthquake.rb in earthquake-0.2.1

- old
+ new

@@ -1,17 +1,26 @@ -require 'json' -require 'thread' -require 'readline' -require 'bundler/setup' -Bundler.require :default +%w( + json + thread + readline + active_support/core_ext + active_support/dependencies + twitter/json_stream + notify + ap + launchy + oauth + twitter_oauth + termcolor +).each { |lib| require lib } -Thread.abort_on_exception = true - %w( ext core output input get_access_token twitter commands ).each { |name| require_dependency File.expand_path("../earthquake/#{name}", __FILE__) } + +Thread.abort_on_exception = true \ No newline at end of file