Sha256: 08dbb91d1a3a9c9877840435328289a5ba7d99136f71059cddd2804718be4a2e

Contents?: true

Size: 245 Bytes

Versions: 53

Compression:

Stored size: 245 Bytes

Contents

require "rake"
require "rspec/core/rake_task"
Dir.glob("lib/tasks/**/*").sort.each { |ext| load(ext) }

$LOAD_PATH.unshift File.expand_path("../lib", __FILE__)
require "cfoundry/version"


RSpec::Core::RakeTask.new(:spec)
task :default => :spec

Version data entries

53 entries across 53 versions & 1 rubygems

Version Path
cfoundry-4.7.2.rc1 Rakefile
cfoundry-4.7.1 Rakefile
cfoundry-4.7.1.rc1 Rakefile
cfoundry-4.7.0 Rakefile
cfoundry-4.6.3.rc3 Rakefile
cfoundry-4.6.3.rc2 Rakefile
cfoundry-4.6.3.rc1 Rakefile
cfoundry-4.6.2 Rakefile
cfoundry-4.6.1 Rakefile
cfoundry-4.6.0 Rakefile
cfoundry-4.5.3 Rakefile
cfoundry-4.5.2 Rakefile
cfoundry-4.5.1 Rakefile
cfoundry-4.5.0 Rakefile
cfoundry-4.3.12 Rakefile
cfoundry-4.3.11 Rakefile
cfoundry-4.3.10 Rakefile
cfoundry-4.3.9 Rakefile
cfoundry-4.3.8 Rakefile
cfoundry-4.3.7 Rakefile