Sha256: baca8bf53fa9a29777deb1175b7637700ce7145671e7e2dfeb98b65a4dd132d8

Contents?: true

Size: 494 Bytes

Versions: 25

Compression:

Stored size: 494 Bytes

Contents

# -*- mode: ruby -*-


%w[../xot ../rucy ../rays ../reflex .]
  .map  {|s| File.expand_path "#{s}/lib", __dir__}
  .each {|s| $:.unshift s if !$:.include?(s) && File.directory?(s)}

require 'rucy/rake'

require 'xot/extension'
require 'rucy/extension'
require 'rays/extension'
require 'reflex/extension'
require 'processing/extension'


EXTENSIONS = [Xot, Rucy, Rays, Reflex, Processing]

ENV['RDOC'] = 'yardoc --no-private'

default_tasks
test_ruby_extension
generate_documents
build_ruby_gem

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
processing-0.5.29 Rakefile
processing-0.5.28 Rakefile
processing-0.5.27 Rakefile
processing-0.5.26 Rakefile
processing-0.5.25 Rakefile
processing-0.5.24 Rakefile
processing-0.5.23 Rakefile
processing-0.5.22 Rakefile
processing-0.5.21 Rakefile
processing-0.5.20 Rakefile
processing-0.5.19 Rakefile
processing-0.5.18 Rakefile
processing-0.5.17 Rakefile
processing-0.5.16 Rakefile
processing-0.5.14 Rakefile
processing-0.5.13 Rakefile
processing-0.5.12 Rakefile
processing-0.5.11 Rakefile
processing-0.5.10 Rakefile
processing-0.5.9 Rakefile