Sha256: 75cbe26b7a77437a76c49af49867bd754c89229cc55a3ddf238c292cb7408cf4

Contents?: true

Size: 477 Bytes

Versions: 6

Compression:

Stored size: 477 Bytes

Contents

# 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}" }
  Rainbow.enabled = true
  require_relative 'ayadn/app'
rescue LoadError => e
  puts "\nAYADN: Error while loading Gems\n\n"
  puts "RUBY: #{e}\n\n"
  exit
rescue Interrupt
  puts "\nExit: stopped by user while launching\n\n"
  exit
end


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ayadn-2.0.10 lib/ayadn.rb
ayadn-2.0.9 lib/ayadn.rb
ayadn-2.0.8 lib/ayadn.rb
ayadn-2.0.7 lib/ayadn.rb
ayadn-2.0.6 lib/ayadn.rb
ayadn-2.0.5 lib/ayadn.rb