Sha256: 251b00942305e242334584dc203274d5802e2fe1a596b23efd513bf5540b90e0

Contents?: true

Size: 566 Bytes

Versions: 37

Compression:

Stored size: 566 Bytes

Contents

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

require 'rake/clean'

if File.directory? "ragel"
  Bundler.setup
  Bundler::GemHelper.install_tasks
  Dir['tasks/**/*.rake'].each { |rake| load File.expand_path(rake) }
else
  # Omit generation/compile tasks and dependencies. In a gem package 
  # we only need tasks and dependencies required for running specs.
  Bundler.settings.without = [:compilation]
  Bundler.setup(:default, :development)
  load 'tasks/rspec.rake'
end

Version data entries

37 entries across 37 versions & 7 rubygems

Version Path
RedCloth-4.3.2 Rakefile
RedCloth-4.3.1 Rakefile
RedCloth-4.3.0 Rakefile
parity-RedCloth-4.2.13 Rakefile
parity-RedCloth-4.2.12 Rakefile
parity-RedCloth-4.2.11 Rakefile
parity-RedCloth-4.2.10 Rakefile
parity-RedCloth-4.2.9 Rakefile
YSRedCloth-4.2.18 Rakefile
assplecake-RedCloth-4.2.10 Rakefile
YSRedCloth-4.2.17 Rakefile
YSRedCloth-4.2.16 Rakefile
gv-RedCloth-4.2.9 Rakefile
YSRedCloth-4.2.15 Rakefile
YSRedCloth-4.2.14 Rakefile
YSRedCloth-4.2.13 Rakefile
YSRedCloth-4.2.12 Rakefile
YSRedCloth-4.2.11 Rakefile
YSRedCloth-4.2.10 Rakefile
YSRedCloth-4.2.9 Rakefile