Skip to content

Commit

Permalink
Merge pull request #9322 from puppetlabs/backport-9321-to-7.x
Browse files Browse the repository at this point in the history
[Backport 7.x] Flesh out Gemspec description
  • Loading branch information
joshcooper authored Apr 15, 2024
2 parents 4416b14 + f7fc69e commit 358d0e9
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 @@ -21,7 +21,10 @@ Gem::Specification.new do |s|
s.required_ruby_version = Gem::Requirement.new(">= 2.5.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 358d0e9

Please sign in to comment.