Sha256: 2beb95185b70c2f0ecacfc45ecff02ade47df46165ef0d0565992701c71b424d

Contents?: true

Size: 324 Bytes

Versions: 10

Compression:

Stored size: 324 Bytes

Contents

require "rake"
require "rspec/core/rake_task"
require 'bundler/gem_tasks'
require 'rake/version_task'

Rake::VersionTask.new
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

10 entries across 10 versions & 2 rubygems

Version Path
new_cfoundry-4.9.4 Rakefile
new_cfoundry-4.9.3 Rakefile
ncfoundry-4.9.4 Rakefile
ncfoundry-4.9.3 Rakefile
ncfoundry-4.9.2 Rakefile
new_cfoundry-4.9.2 Rakefile
new_cfoundry-4.9.1 Rakefile
new_cfoundry-4.9.0 Rakefile
new_cfoundry-4.8.3 Rakefile
new_cfoundry-4.8.2 Rakefile