Skip to content

Commit 2aff3bb

Browse files
committed
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.
1 parent 0fdd52b commit 2aff3bb

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)