Sha256: 0a27900c41b4e61bc8f7c5b35b66f3c232a7672e64d0d5902a733680476fca1e

Contents?: true

Size: 884 Bytes

Versions: 2

Compression:

Stored size: 884 Bytes

Contents

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
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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ronin-web-server-0.1.1 gemspec.yml
ronin-web-server-0.1.0 gemspec.yml