Sha256: df775f936994d9161429cdac7b6db5bfca88870497df823f633529d6ab465b5c

Contents?: true

Size: 237 Bytes

Versions: 10

Compression:

Stored size: 237 Bytes

Contents

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
require 'yard'

task default: :spec

RSpec::Core::RakeTask.new

YARD::Rake::YardocTask.new do |t|
  t.options = ['--no-private']
  t.files = ['lib/**/*.rb', '-', 'LICENSE']
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
packetgen-plugin-ipsec-1.0.2 Rakefile
packetgen-plugin-smb-0.6.1 Rakefile
packetgen-plugin-smb-0.6.0 Rakefile
packetgen-plugin-ipsec-1.0.1 Rakefile
packetgen-plugin-smb-0.5.0 Rakefile
packetgen-plugin-ipsec-1.0.0 Rakefile
packetgen-plugin-smb-0.4.0 Rakefile
packetgen-plugin-smb-0.3.0 Rakefile
packetgen-plugin-smb-0.2.0 Rakefile
packetgen-plugin-smb-0.1.0 Rakefile