Sha256: 95333050ca96b1688e13ce7603a58f8d214ebeaa4a49feec2bd8364ab18f710e

Contents?: true

Size: 226 Bytes

Versions: 76

Compression:

Stored size: 226 Bytes

Contents

#!/usr/bin/env rake
require "bundler/gem_tasks"
require 'rake/testtask'

Rake::TestTask.new do |t|
  t.libs << "test"
  t.libs << "lib"
  t.test_files = FileList['test/*test.rb']
  t.verbose = true
end

task :default => :test

Version data entries

76 entries across 76 versions & 3 rubygems

Version Path
man_eb_deployer-0.8.0 Rakefile
eb_deployer_updated-0.8.1 Rakefile
eb_deployer_updated-0.8.0 Rakefile
eb_deployer-0.7.0 Rakefile
eb_deployer-0.6.6 Rakefile
eb_deployer-0.6.5 Rakefile
eb_deployer-0.6.4 Rakefile
eb_deployer-0.6.3 Rakefile
eb_deployer-0.6.2 Rakefile
eb_deployer-0.6.1 Rakefile
eb_deployer-0.6.0 Rakefile
eb_deployer-0.6.0.beta6 Rakefile
eb_deployer-0.6.0.beta5 Rakefile
eb_deployer-0.6.0.beta4 Rakefile
eb_deployer-0.6.0.beta3 Rakefile
eb_deployer-0.6.0.beta2 Rakefile
eb_deployer-0.5.2 Rakefile
eb_deployer-0.6.0.beta1 Rakefile
eb_deployer-0.5.1.beta3 Rakefile
eb_deployer-0.5.1.beta2 Rakefile