Sha256: 978bcaf62c0ab35e1fe5dcf06c9bb89d3cec2bde56ff910cffc20eeb0193d75d

Contents?: true

Size: 301 Bytes

Versions: 33

Compression:

Stored size: 301 Bytes

Contents

require 'rake/clean'
require 'rubygems'
require 'bundler'

$: << 'lib'

Bundler::GemHelper.install_tasks

# load rake tasks defined in lib/tasks
Dir["lib/tasks/**/*.rake"].each { |ext| load ext } if defined?(Rake)

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

task :default => [:spec]

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
active-fedora-3.1.0.rc3 Rakefile
active-fedora-3.1.0.rc2 Rakefile
active-fedora-3.1.0.rc1 Rakefile
active-fedora-3.1.0.pre14 Rakefile
active-fedora-3.1.0.pre13 Rakefile
active-fedora-3.1.0.pre12 Rakefile
active-fedora-3.1.0.pre11 Rakefile
active-fedora-3.1.0.pre10 Rakefile
active-fedora-3.1.0.pre9 Rakefile
active-fedora-3.0.7 Rakefile
active-fedora-3.0.6 Rakefile
active-fedora-3.1.0.pre8 Rakefile
active-fedora-3.1.0.pre7 Rakefile
active-fedora-3.1.0.pre6 Rakefile
active-fedora-3.1.0.pre5 Rakefile
active-fedora-3.1.0.pre4 Rakefile
active-fedora-3.1.0.pre3 Rakefile
active-fedora-3.0.5 Rakefile
active-fedora-3.1.0.pre2 Rakefile
active-fedora-3.1.0.pre1 Rakefile