-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgemspec.yml
More file actions
25 lines (20 loc) · 749 Bytes
/
gemspec.yml
File metadata and controls
25 lines (20 loc) · 749 Bytes
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
name: ronin-code-sql
summary: A Ruby DSL for crafting SQL Injections.
description:
ronin-code-sql is a Ruby DSL for crafting SQL Injections.
license: LGPL-3.0-or-later
authors: Postmodern
email: postmodern.mod3@gmail.com
homepage: https://github.com/ronin-rb/ronin-code-sql#readme
has_yard: true
metadata:
documentation_uri: https://ronin-rb.dev/docs/ronin-code-sql
source_code_uri: https://github.com/ronin-rb/ronin-code-sql
bug_tracker_uri: https://github.com/ronin-rb/ronin-code-sql/issues
changelog_uri: https://github.com/ronin-rb/ronin-code-sql/blob/main/ChangeLog.md
rubygems_mfa_required: 'true'
required_ruby_version: ">= 3.0.0"
dependencies:
ronin-support: ~> 1.0
development_dependencies:
bundler: ">= 2.0.0"