-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
gemspec.yml
34 lines (28 loc) · 983 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
32
33
34
name: ronin-fuzzer
summary: A highly configurable fuzzing library and CLI for Ruby.
description: |
A Ruby library and CLI for generating, mutating, and fuzzing data.
The goal of ronin-fuzzer is to be both easy to use and highly customizable.
license: LGPL-3.0
authors: Postmodern
email: [email protected]
homepage: https://ronin-rb.dev/
has_yard: true
metadata:
documentation_uri: https://ronin-rb.dev/docs/ronin-fuzzer
source_code_uri: https://github.com/ronin-rb/ronin-fuzzer
bug_tracker_uri: https://github.com/ronin-rb/ronin-fuzzer/issues
changelog_uri: https://github.com/ronin-rb/ronin-fuzzer/blob/main/ChangeLog.md
rubygems_mfa_required: 'true'
generated_files:
- data/completions/ronin-fuzzer
- man/ronin-fuzzer-completion.1
- man/ronin-fuzzer-fuzz.1
required_ruby_version: ">= 3.0.0"
dependencies:
combinatorics: ~> 0.4
# Ronin dependencies:
ronin-support: ~> 1.0
ronin-core: ~> 0.2
development_dependencies:
bundler: ~> 2.0