Sha256: 9b395a221b594e779f205b850d9901e6c572876548f995262b1d605d85c38ad1
Contents?: true
Size: 467 Bytes
Versions: 3
Compression:
Stored size: 467 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 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ayadn-2.1 | lib/ayadn.rb |
ayadn-2.0.12 | lib/ayadn.rb |
ayadn-2.0.11 | lib/ayadn.rb |