postmodern/command_mapper.rb

View on GitHub
gemspec.yml

Summary

Maintainability
Test Coverage
name: command_mapper
summary: Safe and secure execution of commands.
description:
  Command Mapper maps an external command's arguments to Class attributes to
  allow safely and securely executing commands.

license: MIT
authors: Postmodern
email: postmodern.mod3@gmail.com
homepage: https://github.com/postmodern/command_mapper.rb#readme
has_yard: true

metadata:
  documentation_uri: https://rubydoc.info/gems/command_mapper
  source_code_uri:   https://github.com/postmodern/command_mapper.rb
  bug_tracker_uri:   https://github.com/postmodern/command_mapper.rb/issues
  changelog_uri:     https://github.com/postmodern/command_mapper.rb/blob/main/ChangeLog.md
  rubygems_mfa_required: 'true'

required_ruby_version: ">= 2.0.0"

development_dependencies:
  bundler: ~> 2.0