-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gemspec.yml
31 lines (26 loc) · 934 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-support-web
summary: A web support library for ronin-rb.
description: |
ronin-support-web is a web specific support library for ronin-rb.
ronin-support-web provides many helper methods for parsing HTML/XML,
fetching web pages, and WebSockets.
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-support-web
source_code_uri: https://github.com/ronin-rb/ronin-support-web
bug_tracker_uri: https://github.com/ronin-rb/ronin-support-web/issues
changelog_uri: https://github.com/ronin-rb/ronin-support-web/blob/main/ChangeLog.md
rubygems_mfa_required: 'true'
required_ruby_version: ">= 3.0.0"
dependencies:
nokogiri: ~> 1.4
nokogiri-ext: ~> 0.1
# Ronin dependencies:
ronin-support: ~> 1.1
websocket: ~> 1.2
development_dependencies:
bundler: ~> 2.0