lib/ayadn.rb in ayadn-1.0.6 vs lib/ayadn.rb in ayadn-1.0.7

- old
+ new

@@ -1,12 +1,12 @@ # 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' -end +# winPlatforms = ['mswin', 'mingw', 'mingw_18', 'mingw_19', 'mingw_20', 'mingw32'] +# case Gem::Platform.local.os +# when *winPlatforms +# require 'win32console' +# end require_relative 'ayadn/app'