Sha256: 0d5316ea04c820f2cac1426daf9c15cbbec0d196e1f26cf239a3b054f43dedef

Contents?: true

Size: 356 Bytes

Versions: 12

Compression:

Stored size: 356 Bytes

Contents

require File.join(File.dirname(__FILE__), 'config', 'boot')

require 'rake'
require 'rake/testtask'
require 'rdoc/task'

require 'tasks/rails'

unless Rake::Task.task_defined? "radiant:release"
  Dir["#{RADIANT_ROOT}/lib/tasks/**/*.rake"].sort.each { |taskfile| load taskfile }
  Radiant::ExtensionPath.rake_task_paths.each { |taskfile| load taskfile }
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
radiant-1.1.4 Rakefile
radiant-1.1.3 Rakefile
radiant-1.1.2 Rakefile
radiant-1.1.1 Rakefile
radiant-1.1.0 Rakefile
radiant-1.1.0.rc1 Rakefile
radiant-1.1.0.beta Rakefile
radiant-1.0.1 Rakefile
radiant-1.1.0.alpha Rakefile
radiant-1.0.0 Rakefile
radiant-1.0.0.rc5 Rakefile
radiant-1.0.0.rc4 Rakefile