-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgemspec.yml
More file actions
27 lines (21 loc) · 770 Bytes
/
gemspec.yml
File metadata and controls
27 lines (21 loc) · 770 Bytes
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
name: ruby-rustscan
summary: A Ruby interface to rustscan.
description:
A Ruby interface to rustscan, the Modern Port Scanner.
license: MIT
authors: Postmodern
email: postmodern.mod3@gmail.com
homepage: https://github.com/postmodern/ruby-rustscan#readme
has_yard: true
metadata:
documentation_uri: https://rubydoc.info/gems/ruby-rustscan
source_code_uri: https://github.com/postmodern/ruby-rustscan
bug_tracker_uri: https://github.com/postmodern/ruby-rustscan/issues
changelog_uri: https://github.com/postmodern/ruby-rustscan/blob/master/ChangeLog.md
rubygems_mfa_required: 'true'
required_ruby_version: ">= 2.0.0"
requirements: rustscan >= 2.0.0
dependencies:
command_mapper: ~> 0.2, >= 0.2.1
development_dependencies:
bundler: ">= 2.0.0"