lib/ayadn.rb in ayadn-2.0.10 vs lib/ayadn.rb in ayadn-2.0.11
- 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/char_type 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 fast_cache}.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"