Sha256: 48dbcb8ebc08d828fe8f9d29e9ffcedf4f2d8264055a87a7c0ca82d355405056

Contents?: true

Size: 451 Bytes

Versions: 12

Compression:

Stored size: 451 Bytes

Contents

require 'pathname'
NAME = 'win'
BASE_PATH = Pathname.new(__FILE__).dirname
LIB_PATH =  BASE_PATH + 'lib'
PKG_PATH =  BASE_PATH + 'pkg'
DOC_PATH =  BASE_PATH + 'rdoc'

$LOAD_PATH.unshift LIB_PATH.to_s
require 'version'

CLASS_NAME = Win
VERSION = CLASS_NAME::VERSION

begin
  require 'rake'
rescue LoadError
  require 'rubygems'
  gem 'rake', '~> 0.8.3.1'
  require 'rake'
end

# Load rakefile tasks
Dir['tasks/*.rake'].sort.each { |file| load file }

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
win-0.3.27 Rakefile
win-0.3.26 Rakefile
win-0.3.25 Rakefile
win-0.3.24 Rakefile
win-0.3.17 Rakefile
win-0.3.16 Rakefile
win-0.3.11 Rakefile
win-0.3.8 Rakefile
win-0.3.7 Rakefile
win-0.3.6 Rakefile
win-0.3.5 Rakefile
win-0.3.3 Rakefile