Sha256: fa912d7d1e48afafe5c52a81ad55c9c0ab7b3c78f10ce109d08688433d775b85
Contents?: true
Size: 381 Bytes
Versions: 3
Compression:
Stored size: 381 Bytes
Contents
# -*- mode: ruby; coding: utf-8 -*- %w[.] .map {|s| File.expand_path "#{s}/lib", __dir__} .each {|s| $:.unshift s if !$:.include?(s) && File.directory?(s)} require 'xot/rake' require 'xot/extension' EXTENSIONS = [Xot] DLNAME = 'tester' default_tasks :ext build_native_library build_ruby_extension dlname: DLNAME, liboutput: false test_ruby_extension build_ruby_gem
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
xot-0.1.34 | Rakefile |
xot-0.1.33 | Rakefile |
xot-0.1.32 | Rakefile |