Sha256: f5c795efb3b1fa69aacf4f4761b68235201f88c7bc7f4672967e55516061fefb

Contents?: true

Size: 749 Bytes

Versions: 6

Compression:

Stored size: 749 Bytes

Contents

lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'eicar/version'

Gem::Specification.new do |spec|
  spec.name = 'EICAR'
  spec.version = EICAR::VERSION
  spec.authors = ["Tod Beardsley"]
  spec.email = ["tod_beardsley@rapid7.com"]
  spec.summary = "A gem to test local anti-virus filesystem coverage"
  spec.description = %q{
    This gem is designed to fail in the face of anti-virus coverage
    of your gem path. If you are running anti-virus systemwide, this
    gem will not load since it will be deleted or quarantined.
  }
  spec.homepage = "https://github.com/todb-r7/eicar"
  spec.license = "BSD 3-Clause"
  spec.files = `git ls-files`.split($/)
  spec.require_paths = ["lib"]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
EICAR-0.0.6 EICAR.gemspec
EICAR-0.0.5 EICAR.gemspec
EICAR-0.0.4 EICAR.gemspec
EICAR-0.0.3 EICAR.gemspec
EICAR-0.0.2 EICAR.gemspec
EICAR-0.0.1 eicar.gemspec