Sha256: 53c855b680c2c51ba7ee5d782fa7e058b15016001092b640f5cb4d01ee525685

Contents?: true

Size: 309 Bytes

Versions: 22

Compression:

Stored size: 309 Bytes

Contents

# encoding: UTF-8
require 'rubygems'
require 'rails'
begin
  require 'bundler/setup'
rescue LoadError
  puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end

Bundler::GemHelper.install_tasks

load "tasks/blacklight.rake"

task :default => [:ci]
task :clean => ['blacklight:clean']

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
blacklight-5.9.3 Rakefile
blacklight-5.9.2 Rakefile
blacklight-5.9.1 Rakefile
blacklight-5.9.0 Rakefile
blacklight-5.8.2 Rakefile
blacklight-5.8.1 Rakefile
blacklight-5.8.0 Rakefile
blacklight-5.7.2 Rakefile
blacklight-5.5.4 Rakefile
blacklight-5.7.1 Rakefile
blacklight-5.7.0 Rakefile
blacklight-5.6.0 Rakefile
blacklight-5.5.3 Rakefile
blacklight-5.5.2 Rakefile
blacklight-5.5.1 Rakefile
blacklight-5.5.0 Rakefile
blacklight-5.4.0 Rakefile
blacklight-5.4.0.rc1 Rakefile
blacklight-5.3.0 Rakefile
blacklight-5.0.3 Rakefile