Sha256: 143f7e72970ea0723c70bf7d0702e9c43bf81aa0e52eb46b3cf9e5e076ea16d3

Contents?: true

Size: 276 Bytes

Versions: 9

Compression:

Stored size: 276 Bytes

Contents

# encoding: utf-8
require 'rubygems'
require 'bundler'
Bundler.setup
Bundler::GemHelper.install_tasks
ENV['RUBYOPT'] = nil # Necessary to prevent Bundler from *&^%$#ing up rake-compiler.

require 'rake/clean'

Dir['tasks/**/*.rake'].each { |rake| load File.expand_path(rake) }

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
RedCloth-4.2.4.pre3-x86-mswin32-60 Rakefile
RedCloth-4.2.4.pre3-x86-mingw32 Rakefile
RedCloth-4.2.4.pre3-java Rakefile
RedCloth-4.2.4.pre3 Rakefile
RedCloth-4.2.4.pre2-x86-mswin32-60 Rakefile
RedCloth-4.2.4.pre2-x86-mingw32 Rakefile
RedCloth-4.2.4.pre2-java Rakefile
RedCloth-4.2.4.pre2 Rakefile
RedCloth-4.2.4.pre1 Rakefile