Sha256: 783ecb548dca2da2e4bec9a3751a8a71c75475000dbab468d1f8c1a0f11b6259

Contents?: true

Size: 317 Bytes

Versions: 8

Compression:

Stored size: 317 Bytes

Contents

require 'rubygems' unless defined?(Gem)
require 'rake'     unless defined?(Rake)
import  *Dir['tasks/*.rake']

GEMSPEC = eval(File.read(File.expand_path('../eventmachine.gemspec', __FILE__)))

require 'rake/clean'
task :clobber => :clean

desc "Build eventmachine, then run tests."
task :default => [:compile, :test]

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
eventmachine-1.0.0.beta.3-x86-mingw32 Rakefile
eventmachine-1.0.0.beta.3-x86-mswin32-60 Rakefile
eventmachine-1.0.0.beta.3-java Rakefile
eventmachine-1.0.0.beta.3 Rakefile
eventmachine-1.0.0.beta.2-x86-mswin32-60 Rakefile
eventmachine-1.0.0.beta.2-x86-mingw32 Rakefile
eventmachine-1.0.0.beta.2-java Rakefile
eventmachine-1.0.0.beta.2 Rakefile