-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
gemspec.yml
42 lines (36 loc) · 1.22 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
name: ronin-masscan
summary: A Ruby library and CLI for working with masscan.
description: |
ronin-masscan is a Ruby library and CLI for working with masscan.
ronin-masscan can parse masscan scan files, convert masscan files into JSON or
CSV, or import masscan scan data into the ronin-db database.
license: LGPL-3.0-or-later
authors: Postmodern
email: postmodern.mod3@gmail.com
homepage: https://ronin-rb.dev/
has_yard: true
metadata:
documentation_uri: https://ronin-rb.dev/docs/ronin-masscan
source_code_uri: https://github.com/ronin-rb/ronin-masscan
bug_tracker_uri: https://github.com/ronin-rb/ronin-masscan/issues
changelog_uri: https://github.com/ronin-rb/ronin-masscan/blob/main/ChangeLog.md
rubygems_mfa_required: 'true'
generated_files:
- data/completions/ronin-masscan
- man/ronin-masscan.1
- man/ronin-masscan-completion.1
- man/ronin-masscan-convert.1
- man/ronin-masscan-dump.1
- man/ronin-masscan-grep.1
- man/ronin-masscan-import.1
- man/ronin-masscan-new.1
- man/ronin-masscan-print.1
- man/ronin-masscan-scan.1
required_ruby_version: ">= 3.0.0"
dependencies:
ruby-masscan: ~> 0.1
# Ronin dependencies:
ronin-core: ~> 0.2
ronin-db: ~> 0.2
development_dependencies:
bundler: ~> 2.0