Sha256: 679d5a9bd62a086fbf166747bfca0568e917228db8aef0d5f828d560ed0edae7

Contents?: true

Size: 319 Bytes

Versions: 5

Compression:

Stored size: 319 Bytes

Contents

#!/usr/bin/env ruby
# encoding: utf-8

%w{rubygems pstore date open-uri net/http json io/console fileutils yaml pinboard base64}.each do |r|
  require "#{r}"
end

winPlatforms = ['mswin', 'mingw', 'mingw_18', 'mingw_19', 'mingw_20', 'mingw32']
case Gem::Platform.local.os
when *winPlatforms
	require 'win32console'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ayadn-0.6.4 lib/ayadn/requires.rb
ayadn-0.6.3 lib/ayadn/requires.rb
ayadn-0.6.2 lib/ayadn/requires.rb
ayadn-0.6.1 lib/ayadn/requires.rb
ayadn-0.6.0 lib/ayadn/requires.rb