Skip to content

Commit

Permalink
Merge pull request #9321 from mhashizume/PUP-12032/main/gemspec-summary
Browse files Browse the repository at this point in the history
Flesh out Gemspec description
  • Loading branch information
joshcooper authored Apr 15, 2024
2 parents 0fdd52b + 2aff3bb commit 3820e24
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ Gem::Specification.new do |s|
s.required_ruby_version = Gem::Requirement.new(">= 3.1.0")
s.authors = ["Puppet Labs"]
s.date = "2012-08-17"
s.description = "Puppet, an automated configuration management tool"
s.description = <<~EOF
Puppet, an automated administrative engine for your Linux, Unix, and Windows systems, performs administrative tasks
(such as adding users, installing packages, and updating server configurations) based on a centralized specification.
EOF
s.email = "[email protected]"
s.executables = ["puppet"]
s.files = ["bin/puppet"]
Expand Down

0 comments on commit 3820e24

Please sign in to comment.