Sha256: 70c9a0206432e33775b3791df8bfbac751f1dc5eb74c5d5d052b951d9606987b

Contents?: true

Size: 446 Bytes

Versions: 72

Compression:

Stored size: 446 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 :spec => ['active_fedora:rspec']
task :rcov => ['active_fedora:rcov']


task :default => [:spec]

Version data entries

72 entries across 72 versions & 1 rubygems

Version Path
active-fedora-6.0.0.rc4 Rakefile
active-fedora-6.0.0.rc3 Rakefile
active-fedora-6.0.0.rc2 Rakefile
active-fedora-6.0.0.rc1 Rakefile
active-fedora-5.6.2 Rakefile
active-fedora-5.6.1 Rakefile
active-fedora-6.0.0.pre10 Rakefile
active-fedora-6.0.0.pre9 Rakefile
active-fedora-5.6.0 Rakefile
active-fedora-6.0.0.pre8 Rakefile
active-fedora-6.0.0.pre7 Rakefile
active-fedora-5.5.2 Rakefile
active-fedora-6.0.0.pre6 Rakefile
active-fedora-6.0.0.pre5 Rakefile
active-fedora-6.0.0.pre4 Rakefile
active-fedora-6.0.0.pre3 Rakefile
active-fedora-6.0.0.pre2 Rakefile
active-fedora-5.5.1 Rakefile
active-fedora-6.0.0.pre1 Rakefile
active-fedora-5.5.0 Rakefile