Sha256: b82294a4c8eda97f476f6a7ef8c1fa00dd9c23d52410ebebd7416844a09916fe
Contents?: true
Size: 333 Bytes
Versions: 2
Compression:
Stored size: 333 Bytes
Contents
# -*- mode: ruby; coding: utf-8 -*- File.expand_path('../lib', __FILE__).tap do |path| $:.unshift path if !$:.include?(path) && File.directory?(path) end require 'xot/rake' require 'xot/module' include Xot::Rake MODULE = Xot DLNAME = 'tester' task :default => :build task :build => :lib empty_task :test Xot.load_tasks
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
xot-0.1.6 | Rakefile |
xot-0.1.5 | Rakefile |