-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
gemspec.yml
68 lines (60 loc) · 1.84 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
name: ronin-db
summary: A common database library for managing and querying security data
description: |
ronin-db is a database library for managing and querying security data.
ronin-db provides common ORM models for interacting with the database's SQL
tables and querying/storing security data, such as URLs, email addresses,
host names, IPs, ports, etc. ronin-db also provides CLI commands for managing
the database(s).
license: LGPL-3.0-or-later
authors: Postmodern
email: [email protected]
homepage: https://ronin-rb.dev
has_yard: true
metadata:
documentation_uri: https://ronin-rb.dev/docs/ronin-db
source_code_uri: https://github.com/ronin-rb/ronin-db
bug_tracker_uri: https://github.com/ronin-rb/ronin-db/issues
changelog_uri: https://github.com/ronin-rb/ronin-db/blob/main/ChangeLog.md
rubygems_mfa_required: 'true'
generated_files:
- data/completions/ronin-db
- man/ronin-db.1
- man/ronin-db-add.1
- man/ronin-db-asn.1
- man/ronin-db-certs.1
- man/ronin-db-completion.1
- man/ronin-db-creds.1
- man/ronin-db-emails.1
- man/ronin-db-hosts.1
- man/ronin-db-ips.1
- man/ronin-db-irb.1
- man/ronin-db-edit.1
- man/ronin-db-irb.1
- man/ronin-db-list.1
- man/ronin-db-migrate.1
- man/ronin-db-open-ports.1
- man/ronin-db-oses.1
- man/ronin-db-passwords.1
- man/ronin-db-people.1
- man/ronin-db-phone-numbers.1
- man/ronin-db-ports.1
- man/ronin-db-remove.1
- man/ronin-db-services.1
- man/ronin-db-software.1
- man/ronin-db-street-addresses.1
- man/ronin-db-urls.1
- man/ronin-db-web-vulns.1
required_ruby_version: ">= 3.0.0"
ruby_dependencies:
sqlite3: ~> 1.0
jruby_dependencies:
activerecord-jdbcsqlite3-adapter: ~> 70.0
activerecord: < 7.1.0
dependencies:
# Ronin dependencies:
ronin-db-activerecord: ~> 0.2
ronin-support: ~> 1.0
ronin-core: ~> 0.2
development_dependencies:
bundler: ~> 2.0