-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgemspec.yml
31 lines (26 loc) · 893 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
30
31
name: ronin-web-server
summary: A custom Ruby web server based on Sinatra.
description: |
ronin-web-server is a custom Ruby web server based on Sinatra tailored for
security research and development.
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-web-server
source_code_uri: https://github.com/postmodern/ronin-web-server
bug_tracker_uri: https://github.com/postmodern/ronin-web-server/issues
changelog_uri: https://github.com/postmodern/ronin-web-server/blob/main/ChangeLog.md
rubygems_mfa_required: 'true'
required_ruby_version: ">= 3.0.0"
dependencies:
webrick: ~> 1.0
rack: ~> 2.2
rack-user_agent: ~> 0.5
sinatra: ~> 3.0
# Ronin dependencies:
ronin-support: ~> 1.0
development_dependencies:
bundler: ~> 2.0