lib/ayadn.rb in ayadn-2.1 vs lib/ayadn.rb in ayadn-3.0

- old
+ new

@@ -1,9 +1,9 @@ # encoding: utf-8 begin require_relative 'ayadn/version' - %w{rest_client json thor rainbow/ext/string terminal-table yaml logger fileutils io/console unicode_utils readline amalgalite fast_cache}.each { |r| require "#{r}" } + %w{rest_client json thor rainbow/ext/string terminal-table yaml logger fileutils io/console unicode_utils readline amalgalite}.each { |r| require "#{r}" } Rainbow.enabled = true require_relative 'ayadn/app' rescue LoadError => e puts "\nAYADN: Error while loading Gems\n\n" puts "RUBY: #{e}\n\n"