Sha256: d9304afb516f25fbeb50c77b1cb1f768b485e1db55be000bb617e5a4e3b8a046

Contents?: true

Size: 492 Bytes

Versions: 44

Compression:

Stored size: 492 Bytes

Contents

require 'rake/clean'
require 'rubygems'
require 'bundler'
require "bundler/setup"
require "active-fedora"

Bundler::GemHelper.install_tasks

# load rake tasks defined in lib/tasks that are not loaded in lib/active_fedora.rb
load "lib/tasks/active_fedora_dev.rake" if defined?(Rake)

CLEAN.include %w[**/.DS_Store tmp *.log *.orig *.tmp **/*~]

task :ci => ['jetty:clean', 'active_fedora:ci']
task :spec => ['active_fedora:rspec']
task :rcov => ['active_fedora:rcov']


task :default => [:ci]

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
active-fedora-6.7.8 Rakefile
active-fedora-6.7.7 Rakefile
active-fedora-6.7.6 Rakefile
active-fedora-6.7.5 Rakefile
active-fedora-6.7.4 Rakefile
active-fedora-6.7.3 Rakefile
active-fedora-6.7.2 Rakefile
active-fedora-6.7.1 Rakefile
active-fedora-6.7.0 Rakefile
active-fedora-6.7.0.rc1 Rakefile
active-fedora-6.6.1 Rakefile
active-fedora-6.6.0 Rakefile
active-fedora-5.7.1 Rakefile
active-fedora-5.7.0 Rakefile
active-fedora-6.6.0.rc5 Rakefile
active-fedora-6.6.0.rc4 Rakefile
active-fedora-6.6.0.rc3 Rakefile
active-fedora-6.6.0.rc2 Rakefile
active-fedora-6.6.0.rc1 Rakefile
active-fedora-6.6.0.pre4 Rakefile