Skip to content

Commit 3820e24

Browse files
authored
Merge pull request #9321 from mhashizume/PUP-12032/main/gemspec-summary
Flesh out Gemspec description
2 parents 0fdd52b + 2aff3bb commit 3820e24

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gemspec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ Gem::Specification.new do |s|
2424
s.required_ruby_version = Gem::Requirement.new(">= 3.1.0")
2525
s.authors = ["Puppet Labs"]
2626
s.date = "2012-08-17"
27-
s.description = "Puppet, an automated configuration management tool"
27+
s.description = <<~EOF
28+
Puppet, an automated administrative engine for your Linux, Unix, and Windows systems, performs administrative tasks
29+
(such as adding users, installing packages, and updating server configurations) based on a centralized specification.
30+
EOF
2831
s.email = "[email protected]"
2932
s.executables = ["puppet"]
3033
s.files = ["bin/puppet"]

0 commit comments

Comments
 (0)