-
-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathgemspec.yml
29 lines (23 loc) · 804 Bytes
/
gemspec.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: ruby-nmap
summary: A Ruby API to nmap.
description:
A Ruby API to nmap, the exploration tool and security / port
scanner. Allows automating nmap and parsing nmap XML files.
license: MIT
authors: Postmodern
email: [email protected]
homepage: https://github.com/postmodern/ruby-nmap#readme
has_yard: true
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'
required_ruby_version: ">= 2.0.0"
requirements: nmap >= 5.00
dependencies:
nokogiri: ~> 1.3
command_mapper: ~> 0.3
development_dependencies:
bundler: ~> 2.0