Skip to content

Commit

Permalink
Set gemspec summary and description
Browse files Browse the repository at this point in the history
  • Loading branch information
jcouball committed May 29, 2024
1 parent f5ed145 commit 4b5fc63
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions command_line_boss.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ Gem::Specification.new do |spec|
spec.authors = ["James Couball"]
spec.email = ["[email protected]"]

spec.summary = "TODO: Write a short summary, because RubyGems requires one."
spec.description = "TODO: Write a longer description or delete this line."
spec.summary = "Command Line Boss is a convenience layer over OptionsParser"
spec.description = <<~DESCRIPTION
Command Line Boss is a convenience layer over OptionsParser. It provides a simple
way to define command line options and arguments, and then parse them into an options
object.
DESCRIPTION
spec.homepage = "TODO: Put your gem's website or public repo URL here."
spec.license = "MIT"
spec.required_ruby_version = ">= 3.0.0"
Expand Down

0 comments on commit 4b5fc63

Please sign in to comment.