Sha256: f8a9684e312a52336d2f606c35e13a06df12c83cd7ff5bdf0c19499dd9bceea4

Contents?: true

Size: 334 Bytes

Versions: 3

Compression:

Stored size: 334 Bytes

Contents

# frozen_string_literal: true

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

task default: :spec

RSpec::Core::RakeTask.new

begin
  require 'yard'

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

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
packetgen-plugin-smb-0.6.3 Rakefile
packetgen-plugin-smb-0.6.2 Rakefile
packetgen-plugin-ipsec-1.0.3 Rakefile