-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgemspec.yml
26 lines (21 loc) · 861 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
name: command_mapper-gen
summary: Generates command_mapper Ruby classes for a given command
description:
command_mapper-gen parses a command's --help output and man-page, then
generates the command_mapper Ruby class for the command.
license: MIT
authors: Postmodern
email: postmodern.mod3@gmail.com
homepage: https://github.com/postmodern/command_mapper-gen.rb#readme
has_yard: true
metadata:
documentation_uri: https://rubydoc.info/gems/command_mapper-gen
source_code_uri: https://github.com/postmodern/command_mapper-gen.rb
bug_tracker_uri: https://github.com/postmodern/command_mapper-gen.rb/issues
changelog_uri: https://github.com/postmodern/command_mapper-gen.rb/blob/master/ChangeLog.md
rubygems_mfa_required: 'true'
required_ruby_version: ">= 2.0.0"
dependencies:
parslet: ~> 2.0
development_dependencies:
bundler: ~> 2.0