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-4.5.1 Rakefile
active-fedora-4.5.0 Rakefile
active-fedora-4.4.1 Rakefile
active-fedora-4.4.0 Rakefile
active-fedora-4.3.0 Rakefile
active-fedora-4.2.0 Rakefile
active-fedora-4.1.0 Rakefile
active-fedora-4.0.0 Rakefile
active-fedora-4.0.0.rc20 Rakefile
active-fedora-4.0.0.rc19 Rakefile
active-fedora-4.0.0.rc18 Rakefile
active-fedora-4.0.0.rc17 Rakefile
active-fedora-4.0.0.rc16 Rakefile
active-fedora-4.0.0.rc15 Rakefile
active-fedora-4.0.0.rc14 Rakefile
active-fedora-4.0.0.rc13 Rakefile
active-fedora-4.0.0.rc12 Rakefile
active-fedora-4.0.0.rc11 Rakefile
active-fedora-4.0.0.rc10 Rakefile
active-fedora-4.0.0.rc9 Rakefile