Sha256: 32ee2647d1395f3ca7c97e85f2ecd3e47bf159a16c4dd75be7b9a9ac83168254

Contents?: true

Size: 486 Bytes

Versions: 11

Compression:

Stored size: 486 Bytes

Contents

require 'rubygems'
GEMSPEC = Gem::Specification.load('eventmachine-le.gemspec')

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

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

desc 'Generate documentation'
begin
  require 'yard'
  YARD::Rake::YardocTask.new do |t|
    t.files   = ['lib/**/*.rb', '-', 'docs/*.md']
    t.options = ['--main', 'README.md', '--no-private']
  end
rescue LoadError
  task :yard do puts "Please install yard first!"; end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
eventmachine-le-1.1.7 Rakefile
eventmachine-le-1.1.6 Rakefile
eventmachine-le-1.1.5 Rakefile
eventmachine-le-1.1.4 Rakefile
eventmachine-le-1.1.4.beta.2 Rakefile
eventmachine-le-1.1.3 Rakefile
eventmachine-le-1.1.2 Rakefile
eventmachine-le-1.1.1 Rakefile
eventmachine-le-1.1.0 Rakefile
eventmachine-le-1.1.0.beta.2 Rakefile
eventmachine-le-1.1.0.beta.1 Rakefile