Sha256: 43dfed4f07a02126de3a46244197d1d9da0a0a724767c6cd973716e9fba8fdf6

Contents?: true

Size: 343 Bytes

Versions: 4

Compression:

Stored size: 343 Bytes

Contents

$LOAD_PATH.unshift './lib'

require 'bundler'
Bundler::GemHelper.install_tasks

require 'packet_io'

require 'rake/testtask'
Rake::TestTask.new(:test) do |test|
  test.libs << 'lib' << 'test'
  test.pattern = 'test/**/test_*.rb'
  test.verbose = true
end

require 'yard'
YARD::Rake::YardocTask.new

task :doc => :yard
task :default => [:test]

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
packet_io-0.4.0 Rakefile
packet_io-0.4.0.rc4 Rakefile
packet_io-0.4.0.rc3 Rakefile
packet_io-0.4.0.rc2 Rakefile