Sha256: 77ec296dc52ccff42f445986bca14e62b44c7348c305efd02aef225430549cce
Contents?: true
Size: 1.98 KB
Versions: 0
Compression: gzip
Compressed size: 834 Bytes
Stored size: 834 Bytes
Contents
--- !ruby/object:Gem::Specification name: ruby_clamdscan version: !ruby/object:Gem::Version version: 0.1.3 platform: ruby authors: - Jacob Schwartz autorequire: bindir: exe cert_chain: [] date: 2023-05-08 00:00:00.000000000 Z dependencies: [] description: Implements most commands for clamdscan using socket communcation so that you don't need ClamAV or clamdscan installed on the same host as your service email: - jacob.ray.schwartz@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".idea/.gitignore" - ".idea/modules.xml" - ".idea/ruby_clamdscan.iml" - ".idea/vcs.xml" - ".rspec" - ".rubocop.yml" - ".ruby-version" - CHANGELOG.md - CODE_OF_CONDUCT.md - Gemfile - Gemfile.lock - LICENSE.txt - README.md - Rakefile - docker-compose.yml - docker/clamav/config/clamd.conf - docker/clamav/config/freshclam.conf - eicar.com - lib/ruby_clamdscan.rb - lib/ruby_clamdscan/commands/manage.rb - lib/ruby_clamdscan/commands/scan.rb - lib/ruby_clamdscan/commands/status.rb - lib/ruby_clamdscan/commands/utils.rb - lib/ruby_clamdscan/configuration.rb - lib/ruby_clamdscan/errors/clamav_errors.rb - lib/ruby_clamdscan/models/scan_result.rb - lib/ruby_clamdscan/socket.rb - lib/ruby_clamdscan/version.rb - sig/ruby_clamdscan.rbs - test_image.jpg homepage: https://jacobrayschwartz.com licenses: - GPL-2.0 metadata: homepage_uri: https://jacobrayschwartz.com source_code_uri: https://github.com/jacobrayschwartz/ruby_clamdscan changelog_uri: https://github.com/jacobrayschwartz/ruby_clamdscan/blob/main/CHANGELOG.md post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.1.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.3.26 signing_key: specification_version: 4 summary: Wrapper around TCP socket communication with a clamd instance test_files: []