Skip to content

Commit f7fc69e

Browse files
mhashizumegithub-actions[bot]
authored andcommitted
Flesh out Gemspec description
Prior to this commit, Puppet's Gemspec summary and description were identical short, single sentences. This commit updates Puppet's Gemspec description to a longer explanation of what Puppet does, taken from Puppet's README. (cherry picked from commit 2aff3bb)
1 parent 4416b14 commit f7fc69e

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)