-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgemspec.yml
29 lines (24 loc) · 872 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-dns-proxy
summary: A configurable DNS proxy server library.
description: |
ronin-dns-proxy is a configurable DNS proxy server library. It supports
returning spoofing DNS results or passing DNS queries through to the upstream
DNS nameserver.
license: LGPL-3.0
authors: Postmodern
email: postmodern.mod3@gmail.com
homepage: https://ronin-rb.dev/
has_yard: true
metadata:
documentation_uri: https://ronin-rb.dev/docs/ronin-dns-proxy
source_code_uri: https://github.com/ronin-rb/ronin-dns-proxy
bug_tracker_uri: https://github.com/ronin-rb/ronin-dns-proxy/issues
changelog_uri: https://github.com/ronin-rb/ronin-dns-proxy/blob/main/ChangeLog.md
rubygems_mfa_required: 'true'
required_ruby_version: ">= 3.0.0"
dependencies:
async-dns: ~> 1.0
# Ronin dependencies:
ronin-support: ~> 1.0
development_dependencies:
bundler: ~> 2.0