-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
gemspec.yml
44 lines (37 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
43
44
name: ronin-wordlists
summary: A library and tool for managing wordlists.
description: |
ronin-wordlists is a library and tool for managing wordlists. ronin-wordlists
can install and update wordlists, and contains a curated list of popular
wordlists and their download URLs.
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-wordlists
source_code_uri: https://github.com/ronin-rb/ronin-wordlists
bug_tracker_uri: https://github.com/ronin-rb/ronin-wordlists/issues
changelog_uri: https://github.com/ronin-rb/ronin-wordlists/blob/main/ChangeLog.md
rubygems_mfa_required: 'true'
generated_files:
- data/completions/ronin-wordlists
- man/ronin-wordlists.1
- man/ronin-wordlists-search.1
- man/ronin-wordlists-completion.1
- man/ronin-wordlists-download.1
- man/ronin-wordlists-list.1
- man/ronin-wordlists-purge.1
- man/ronin-wordlists-remove.1
- man/ronin-wordlists-update.1
test_files:
- spec/{**/}*
- lint/{**/}*
required_ruby_version: ">= 3.0.0"
dependencies:
wordlist: ~> 1.1
# Ronin dependencies:
ronin-core: ~> 0.2
development_dependencies:
bundler: ~> 2.0