Sha256: b8eb15f5450c29ef60a3797c8f0b79f85324761804f90f27fc9062b03591a31c
Contents?: true
Size: 411 Bytes
Versions: 4
Compression:
Stored size: 411 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 # 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.5.0.rc1 | Rakefile |
blacklight-4.4.2 | Rakefile |
blacklight-4.4.1 | Rakefile |
blacklight-4.4.0 | Rakefile |