lib/tty.rb in tty-0.1.0 vs lib/tty.rb in tty-0.1.1
- old
+ new
@@ -1,42 +1,40 @@
# encoding: utf-8
+require 'equatable'
+require 'pastel'
+require 'tty-screen'
+require 'tty-spinner'
+require 'tty-progressbar'
+
require 'tty/version'
+require 'tty/conversion'
require 'tty/support/utils'
require 'tty/support/delegatable'
-require 'tty/support/conversion'
require 'tty/support/coercion'
-require 'tty/support/equatable'
require 'tty/support/unicode'
require 'tty/terminal'
require 'tty/system'
require 'tty/table'
require 'tty/text'
require 'tty/vector'
require 'tty/shell'
-require 'tty/coercer'
require 'tty/logger'
require 'tty/plugins'
require 'tty/plugins/plugin'
-require 'tty/coercer/range'
-require 'tty/coercer/integer'
-require 'tty/coercer/float'
-require 'tty/coercer/boolean'
-
require 'tty/shell/response_delegation'
require 'tty/shell/question'
require 'tty/shell/question/validation'
require 'tty/shell/question/modifier'
require 'tty/shell/statement'
require 'tty/shell/suggestion'
require 'tty/shell/reader'
require 'tty/shell/response'
-require 'tty/terminal/color'
require 'tty/terminal/echo'
require 'tty/terminal/home'
require 'tty/terminal/pager'
require 'tty/terminal/pager/basic'
require 'tty/terminal/pager/system'