Sha256: 528c0a65a866b2b5d5e5c236b135bedaeaab27fe190bea71df1aeb0d9ddd3be7
Contents?: true
Size: 456 Bytes
Versions: 5
Compression:
Stored size: 456 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 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" exit rescue Interrupt puts "\nExit: stopped by user while launching\n\n" exit end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
ayadn-4.0.3 | lib/ayadn.rb |
ayadn-4.0.2 | lib/ayadn.rb |
ayadn-4.0.1 | lib/ayadn.rb |
ayadn-4.0 | lib/ayadn.rb |
ayadn-3.0 | lib/ayadn.rb |