-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgemspec.yml
23 lines (19 loc) · 776 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
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