-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgemspec.yml
29 lines (24 loc) · 937 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: ronin-db-activerecord
version: 0.2.0
summary: ActiveRecord backend for the Ronin Database
description:
ronin-db-activerecord contains ActiveRecord models and migrations for the
Ronin Database. Provides database models storing and querying network data,
advisory data, credentials, and OSINT data.
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-activerecord
source_code_uri: https://github.com/ronin-rb/ronin-db-activerecord
bug_tracker_uri: https://github.com/ronin-rb/ronin-db-activerecord/issues
changelog_uri: https://github.com/ronin-rb/ronin-db-activerecord/blob/main/ChangeLog.md
rubygems_mfa_required: 'true'
required_ruby_version: ">= 3.0.0"
dependencies:
uri-query_params: ~> 0.6
activerecord: ~> 7.0
development_dependencies:
bundler: ~> 2.0