Sha256: 5a0a625d887ff4e0f1bd37dd112014733adf6c657ec8193341de1be88e8e978a

Contents?: true

Size: 319 Bytes

Versions: 31

Compression:

Stored size: 319 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 => [:rubocop, :ci]

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
blacklight-6.25.0 Rakefile
blacklight-6.24.0 Rakefile
blacklight-6.23.0 Rakefile
blacklight-6.22.0 Rakefile
blacklight-6.21.0 Rakefile
blacklight-6.20.0 Rakefile
blacklight-6.19.2 Rakefile
blacklight-6.19.1 Rakefile
blacklight-6.19.0 Rakefile
blacklight-6.18.0 Rakefile
blacklight-6.17.0 Rakefile
blacklight-6.16.0 Rakefile
blacklight-6.15.0 Rakefile
blacklight-6.14.1 Rakefile
blacklight-6.14.0 Rakefile
blacklight-6.13.0 Rakefile
blacklight-6.12.0 Rakefile
blacklight-6.11.2 Rakefile
blacklight-6.11.1 Rakefile
blacklight-6.11.0 Rakefile