lib/termup.rb in termup-1.2.2 vs lib/termup.rb in termup-1.3.0

- old
+ new

@@ -1,4 +1,4 @@ -$:.unshift(File.expand_path("..", __FILE__)) - -require 'termup/cli' -require 'termup/base' +module Termup + autoload :Cli, 'termup/cli' + autoload :Base, 'termup/base' +end