Skip to content

Commit 358d0e9

Browse files
authored
Merge pull request #9322 from puppetlabs/backport-9321-to-7.x
[Backport 7.x] Flesh out Gemspec description
2 parents 4416b14 + f7fc69e commit 358d0e9

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
@@ -21,7 +21,10 @@ Gem::Specification.new do |s|
2121
s.required_ruby_version = Gem::Requirement.new(">= 2.5.0")
2222
s.authors = ["Puppet Labs"]
2323
s.date = "2012-08-17"
24-
s.description = "Puppet, an automated configuration management tool"
24+
s.description = <<~EOF
25+
Puppet, an automated administrative engine for your Linux, Unix, and Windows systems, performs administrative tasks
26+
(such as adding users, installing packages, and updating server configurations) based on a centralized specification.
27+
EOF
2528
s.email = "puppet@puppetlabs.com"
2629
s.executables = ["puppet"]
2730
s.files = ["bin/puppet"]

0 commit comments

Comments
 (0)