-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gemspec.yml
28 lines (22 loc) · 836 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
name: ruby-feroxbuster
summary: A Ruby interface to feroxbuster.
description:
A Ruby interface to feroxbuster, a simple, fast, recursive content discovery
tool written in Rust.
license: MIT
authors: Postmodern
email: [email protected]
homepage: https://github.com/postmodern/ruby-feroxbuster#readme
has_yard: true
metadata:
documentation_uri: https://rubydoc.info/gems/ruby-feroxbuster
source_code_uri: https://github.com/postmodern/ruby-feroxbuster
bug_tracker_uri: https://github.com/postmodern/ruby-feroxbuster/issues
changelog_uri: https://github.com/postmodern/ruby-feroxbuster/blob/master/ChangeLog.md
rubygems_mfa_required: 'true'
required_ruby_version: ">= 2.0.0"
requirements: feroxbuster >= 2.7.0
dependencies:
command_mapper: ~> 0.2, >= 0.2.1
development_dependencies:
bundler: ~> 2.0