-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgemspec.yml
More file actions
22 lines (18 loc) · 729 Bytes
/
gemspec.yml
File metadata and controls
22 lines (18 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: command_kit
summary: An all-in-one modular Ruby CLI toolkit
description:
A modular Ruby toolkit for building clean, correct, and robust CLI commands as
plain-old Ruby classes.
license: MIT
authors: Postmodern
email: postmodern.mod3@gmail.com
homepage: https://github.com/postmodern/command_kit.rb#readme
metadata:
documentation_uri: https://rubydoc.info/gems/command_kit
source_code_uri: https://github.com/postmodern/command_kit.rb
bug_tracker_uri: https://github.com/postmodern/command_kit.rb/issues
changelog_uri: https://github.com/postmodern/command_kit.rb/blob/main/ChangeLog.md
rubygems_mfa_required: 'true'
required_ruby_version: ">= 3.0.0"
development_dependencies:
bundler: ">= 2.0.0"