Sha256: 61351dbdf8ceaa35e66b58612fec6258ab6ca63d023a741f99abe6b9a83f0e21

Contents?: true

Size: 273 Bytes

Versions: 15

Compression:

Stored size: 273 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

15 entries across 15 versions & 1 rubygems

Version Path
blacklight-5.19.2 Rakefile
blacklight-5.19.1 Rakefile
blacklight-5.19.0 Rakefile
blacklight-5.18.0 Rakefile
blacklight-5.17.2 Rakefile
blacklight-5.17.1 Rakefile
blacklight-5.17.0 Rakefile
blacklight-5.16.4 Rakefile
blacklight-5.16.3 Rakefile
blacklight-5.16.2 Rakefile
blacklight-5.16.1 Rakefile
blacklight-5.16.0 Rakefile
blacklight-5.15.0 Rakefile
blacklight-5.14.0 Rakefile
blacklight-5.13.1 Rakefile