ronin-rb/ronin-web-server

View on GitHub
gemspec.yml

Summary

Maintainability
Test Coverage
name: ronin-web-server
summary: A custom Ruby web server based on Sinatra.
description: |
  ronin-web-server is a custom Ruby web server based on Sinatra tailored for
  security research and development.

license: LGPL-3.0-or-later
authors: Postmodern
email: postmodern.mod3@gmail.com
homepage: https://ronin-rb.dev/
has_yard: true

metadata:
  documentation_uri: https://ronin-rb.dev/docs/ronin-web-server
  source_code_uri:   https://github.com/postmodern/ronin-web-server
  bug_tracker_uri:   https://github.com/postmodern/ronin-web-server/issues
  changelog_uri:     https://github.com/postmodern/ronin-web-server/blob/main/ChangeLog.md
  rubygems_mfa_required: 'true'

required_ruby_version: ">= 3.0.0"

dependencies:
  webrick: ~> 1.0
  rack: ~> 2.2
  rack-user_agent: ~> 0.5
  sinatra: ~> 3.0
  # Ronin dependencies:
  ronin-support: ~> 1.0

development_dependencies:
  bundler: ~> 2.0