Sha256: 6179752f4120567ff52b507dc8770f98de1d70e7d703d10db066b75eb9f3c4fc
Contents?: true
Size: 425 Bytes
Versions: 8
Compression:
Stored size: 425 Bytes
Contents
# encoding: utf-8 require_relative 'ayadn/version' %w{rest_client json thor rainbow/ext/string terminal-table yaml logger daybreak fileutils io/console unicode_utils/char_type}.each { |r| require "#{r}" } # winPlatforms = ['mswin', 'mingw', 'mingw_18', 'mingw_19', 'mingw_20', 'mingw32'] # case Gem::Platform.local.os # when *winPlatforms # require 'win32console' # require 'pstore' # end require_relative 'ayadn/app'
Version data entries
8 entries across 8 versions & 1 rubygems