-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
gemspec.yml
63 lines (57 loc) · 1.72 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
name: ronin-web
summary: A collection of common web security commands and libraries.
description:
ronin-web is a Ruby library that provides common web security commands and
additional libraries.
license: GPL-3.0-or-later
authors: Postmodern
email: postmodern.mod3@gmail.com
homepage: https://github.com/ronin-rb/ronin-web#readme
has_yard: true
required_ruby_version: ">= 3.0.0"
metadata:
documentation_uri: https://ronin-rb.dev/docs/ronin-web
source_code_uri: https://github.com/ronin-rb/ronin-web
bug_tracker_uri: https://github.com/ronin-rb/ronin-web/issues
changelog_uri: https://github.com/ronin-rb/ronin-web/blob/main/ChangeLog.md
rubygems_mfa_required: 'true'
generated_files:
- data/completions/ronin-web
- man/ronin-web.1
- man/ronin-web-browser.1
- man/ronin-web-completion.1
- man/ronin-web-diff.1
- man/ronin-web-html.1
- man/ronin-web-irb.1
- man/ronin-web-new.1
- man/ronin-web-new-nokogiri.1
- man/ronin-web-new-server.1
- man/ronin-web-new-spider.1
- man/ronin-web-new-webapp.1
- man/ronin-web-screenshot.1
- man/ronin-web-server.1
- man/ronin-web-spider.1
- man/ronin-web-reverse-proxy.1
- man/ronin-web-session-cookie.1
- man/ronin-web-user-agent.1
- man/ronin-web-vulns.1
- man/ronin-web-wordlist.1
- man/ronin-web-xml.1
dependencies:
nokogiri: ~> 1.4
nokogiri-diff: ~> 0.2
robots: ~> 0.10
open_namespace: ~> 0.4
wordlist: ~> 1.0, >= 1.0.1
# Ronin dependencies:
ronin-support: ~> 1.1
ronin-support-web: ~> 0.1
ronin-web-browser: ~> 0.1
ronin-web-server: ~> 0.1, >= 0.1.1
ronin-web-spider: ~> 0.2
ronin-web-user_agents: ~> 0.1
ronin-web-session_cookie: ~> 0.1
ronin-core: ~> 0.2
ronin-vulns: ~> 0.2
development_dependencies:
bundler: ~> 2.0