Sha256: 2f751f322cf2a30a6692cc5b6d13e8ad4bf2c72c69fb4752efd95990924674a1
Contents?: true
Size: 426 Bytes
Versions: 4
Compression:
Stored size: 426 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 require 'rake' Bundler::GemHelper.install_tasks # load rake tasks defined in lib/tasks that are not loaded in lib/active_fedora.rb load "tasks/blacklight.rake" task :default => [:ci] task :spec => ['blacklight:spec'] task :clean => ['blacklight:clean']
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
blacklight-4.3.0 | Rakefile |
blacklight-4.2.2 | Rakefile |
blacklight-4.2.1 | Rakefile |
blacklight-4.2.0 | Rakefile |