Sha256: c49b472beacfc489bd8ab1b358256e6c6a0fbe6af110009bfcf5dfab7901f112

Contents?: true

Size: 309 Bytes

Versions: 17

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"
load "lib/railties/blacklight.rake"

task :default => [:ci]

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
blacklight-6.5.0 Rakefile
blacklight-6.4.2 Rakefile
blacklight-6.4.1 Rakefile
blacklight-6.4.0 Rakefile
blacklight-6.3.3 Rakefile
blacklight-6.3.1 Rakefile
blacklight-6.3.0 Rakefile
blacklight-6.2.0 Rakefile
blacklight-6.1.0 Rakefile
blacklight-6.0.2 Rakefile
blacklight-6.0.1 Rakefile
blacklight-6.0.0 Rakefile
blacklight-6.0.0.pre5 Rakefile
blacklight-6.0.0.pre4 Rakefile
blacklight-6.0.0.pre3 Rakefile
blacklight-6.0.0.pre2 Rakefile
blacklight-6.0.0.pre1 Rakefile