Sha256: 4be1978ad41aa6b89965c09b38547fa883197b1b135827e4530e49250fe24e7d
Contents?: true
Size: 389 Bytes
Versions: 5
Compression:
Stored size: 389 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}.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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
ayadn-1.2.2 | lib/ayadn.rb |
ayadn-1.2.1 | lib/ayadn.rb |
ayadn-1.2.0 | lib/ayadn.rb |
ayadn-1.1.3 | lib/ayadn.rb |
ayadn-1.1.1 | lib/ayadn.rb |