lib/tty.rb in tty-0.1.3 vs lib/tty.rb in tty-0.2.0

- old
+ new

@@ -1,14 +1,17 @@ # encoding: utf-8 require 'equatable' require 'pastel' require 'necromancer' +require 'tty-pager' +require 'tty-platform' +require 'tty-progressbar' require 'tty-screen' require 'tty-spinner' -require 'tty-progressbar' require 'tty-table' +require 'tty-which' require 'tty/version' require 'tty/support/utils' require 'tty/support/delegatable' @@ -35,14 +38,10 @@ require 'tty/shell/response' require 'tty/terminal/echo' require 'tty/terminal/raw' require 'tty/terminal/home' -require 'tty/terminal/pager' -require 'tty/terminal/pager/basic' -require 'tty/terminal/pager/system' -require 'tty/system/which' require 'tty/system/editor' module TTY # Raised when the argument type is different from expected