Sha256: ecd06f3fdabc9b3f625d837fe0145aa974b530e86e60c27fb91869505ddb8ab5

Contents?: true

Size: 272 Bytes

Versions: 12

Compression:

Stored size: 272 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]

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
blacklight-5.13.0 Rakefile
blacklight-5.11.3 Rakefile
blacklight-5.12.1 Rakefile
blacklight-5.12.0 Rakefile
blacklight-5.10.3 Rakefile
blacklight-5.9.4 Rakefile
blacklight-5.11.2 Rakefile
blacklight-5.11.1 Rakefile
blacklight-5.11.0 Rakefile
blacklight-5.10.2 Rakefile
blacklight-5.10.1 Rakefile
blacklight-5.10.0 Rakefile