Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-cloud / recipes-support / puppet / files / puppet-ldap / Add-gemspec.patch
1 --- /dev/null   2019-10-28 19:50:04.372284581 -0700
2 +++ b/puppet-ldap.gemspec       2019-10-30 21:04:14.309536996 -0700
3 @@ -0,0 +1,12 @@
4 +Gem::Specification.new do |s|
5 +  s.name        = 'puppet-ldap'
6 +  s.version     = '0.2.4'
7 +  s.date        = '2014-09-13'
8 +  s.summary     = "OpenLDAP module for Puppet."
9 +  s.description = s.summary
10 +  s.authors     = ["Emiliano Castagnari ecastag@gmail.com (aka Torian)"]
11 +  s.email       = ''
12 +  s.files       = %w(Modulefile README.md) + Dir.glob('{lib,spec}/**/*')
13 +  s.homepage    = 'https://github.com/torian/puppet-ldap'
14 +  s.license     = 'GPL-2.0'
15 + end