Sha256: b3d442b1e39773d3122151790739bbd085d0cfc3550928899466a67d5211279f

Contents?: true

Size: 441 Bytes

Versions: 9

Compression:

Stored size: 441 Bytes

Contents

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

Bundler::GemHelper.install_tasks
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)

# load rake tasks defined in lib/tasks that are not loaded in lib/active_fedora.rb
load "tasks/blacklight.rake"

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
blacklight-4.9.0 Rakefile
blacklight-4.8.0 Rakefile
blacklight-4.7.0 Rakefile
blacklight-4.7.0.pre1 Rakefile
blacklight-4.6.3 Rakefile
blacklight-4.6.2 Rakefile
blacklight-4.6.1 Rakefile
blacklight-4.6.0 Rakefile
blacklight-4.5.0 Rakefile