Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-cloud / recipes-support / puppet / files / puppetlabs-haproxy / Add-gemspec.patch
1 --- /dev/null   2019-10-28 19:50:04.372284581 -0700
2 +++ b/puppetlabs-haproxy.gemspec        2019-10-28 21:37:14.320204197 -0700
3 @@ -0,0 +1,12 @@
4 +Gem::Specification.new do |s|
5 +  s.name        = 'puppetlabs-haproxy'
6 +  s.version     = '1.5.0'
7 +  s.date        = '2017-01-09'
8 +  s.summary     = "Configures HAProxy servers and manages the configuration of backend member servers."
9 +  s.description = s.summary
10 +  s.authors     = ["Puppet Labs"]
11 +  s.email       = ''
12 +  s.files       = %w(LICENSE README.md Rakefile) + Dir.glob('{lib,spec}/**/*')
13 +  s.homepage    = 'https://github.com/puppetlabs/puppetlabs-haproxy'
14 +  s.license     = 'Apache 2.0'
15 + end