Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-cloud / recipes-support / puppet / files / puppet-collectd / Add-gemspec.patch
1 --- /dev/null   2019-10-23 20:19:32.602763995 -0700
2 +++ b/puppet-collectd.gemspec   2019-10-28 08:10:42.292236594 -0700
3 @@ -0,0 +1,12 @@
4 +Gem::Specification.new do |s|
5 +  s.name        = 'puppet-collectd'
6 +  s.version     = '5.1.0'
7 +  s.date        = '2016-08-18'
8 +  s.summary     = "Puppet collectd module"
9 +  s.description = s.summary
10 +  s.authors     = ["Puppet VoxPupuli"]
11 +  s.email       = ''
12 +  s.files       = %w(LICENSE README.md Rakefile) + Dir.glob('{lib,spec}/**/*')
13 +  s.homepage    = 'https://github.com/voxpupuli/puppet-collectd'
14 +  s.license     = 'Apache 2.0'
15 + end