--- !ruby/object:Gem::Specification name: ruby-nmap version: !ruby/object:Gem::Version version: 1.0.3 platform: ruby authors: - Postmodern autorequire: bindir: bin cert_chain: [] date: 2024-01-25 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: nokogiri requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.3' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.3' - !ruby/object:Gem::Dependency name: command_mapper requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.3' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.3' - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' description: A Ruby API to nmap, the exploration tool and security / port scanner. Allows automating nmap and parsing nmap XML files. email: postmodern.mod3@gmail.com executables: [] extensions: [] extra_rdoc_files: - ChangeLog.md - LICENSE.txt - README.md - UPGRADING.md files: - ".document" - ".editorconfig" - ".github/workflows/ruby.yml" - ".gitignore" - ".rspec" - ".yardopts" - ChangeLog.md - Gemfile - LICENSE.txt - README.md - Rakefile - UPGRADING.md - gemspec.yml - lib/nmap.rb - lib/nmap/command.rb - lib/nmap/version.rb - lib/nmap/xml.rb - lib/nmap/xml/address.rb - lib/nmap/xml/cpe.rb - lib/nmap/xml/cpe/url.rb - lib/nmap/xml/hop.rb - lib/nmap/xml/host.rb - lib/nmap/xml/host_script.rb - lib/nmap/xml/hostname.rb - lib/nmap/xml/ip_id_sequence.rb - lib/nmap/xml/os.rb - lib/nmap/xml/os_class.rb - lib/nmap/xml/os_match.rb - lib/nmap/xml/port.rb - lib/nmap/xml/postscript.rb - lib/nmap/xml/prescript.rb - lib/nmap/xml/run_stat.rb - lib/nmap/xml/scan.rb - lib/nmap/xml/scan_task.rb - lib/nmap/xml/scanner.rb - lib/nmap/xml/script.rb - lib/nmap/xml/scripts.rb - lib/nmap/xml/sequence.rb - lib/nmap/xml/service.rb - lib/nmap/xml/status.rb - lib/nmap/xml/tcp_sequence.rb - lib/nmap/xml/tcp_ts_sequence.rb - lib/nmap/xml/traceroute.rb - lib/nmap/xml/uptime.rb - ruby-nmap.gemspec - spec/command_spec.rb - spec/fixtures/down_host_scan.xml - spec/fixtures/local_scan.xml - spec/fixtures/scan.xml - spec/nmap_spec.rb - spec/spec_helper.rb - spec/xml/address_spec.rb - spec/xml/cpe/url_spec.rb - spec/xml/cpe_examples.rb - spec/xml/hop_spec.rb - spec/xml/host_script_spec.rb - spec/xml/host_spec.rb - spec/xml/hostname_spec.rb - spec/xml/ip_id_sequence_spec.rb - spec/xml/os_class_spec.rb - spec/xml/os_match_spec.rb - spec/xml/os_spec.rb - spec/xml/port_spec.rb - spec/xml/postscript_spec.rb - spec/xml/prescript_spec.rb - spec/xml/run_stat_spec.rb - spec/xml/scan_spec.rb - spec/xml/scan_task_spec.rb - spec/xml/scanner_spec.rb - spec/xml/script_spec.rb - spec/xml/scripts_examples.rb - spec/xml/sequence_examples.rb - spec/xml/service_spec.rb - spec/xml/status_spec.rb - spec/xml/tcp_sequence_spec.rb - spec/xml/tcp_ts_sequence_spec.rb - spec/xml/traceroute_spec.rb - spec/xml/uptime_spec.rb - spec/xml_spec.rb homepage: https://github.com/postmodern/ruby-nmap#readme licenses: - MIT metadata: documentation_uri: https://rubydoc.info/gems/ruby-nmap source_code_uri: https://github.com/postmodern/ruby-nmap bug_tracker_uri: https://github.com/postmodern/ruby-nmap/issues changelog_uri: https://github.com/postmodern/ruby-nmap/blob/master/ChangeLog.md rubygems_mfa_required: 'true' post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.0.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: - nmap >= 5.00 rubygems_version: 3.4.10 signing_key: specification_version: 4 summary: A Ruby API to nmap. test_files: []