X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=meta-stx%2Frecipes-support%2Fpuppet%2Ffiles%2Fpuppet-boolean%2FAdd-gemspec.patch;fp=meta-stx%2Frecipes-support%2Fpuppet%2Ffiles%2Fpuppet-boolean%2FAdd-gemspec.patch;h=a15079a34512620e84307cf816997e2e8b0d754c;hb=57fdea704bd62af847872c40508f00aa1d7cac60;hp=0000000000000000000000000000000000000000;hpb=f23f21bccfb750b9e30141fd9676515215ffbc4e;p=pti%2Frtp.git diff --git a/meta-stx/recipes-support/puppet/files/puppet-boolean/Add-gemspec.patch b/meta-stx/recipes-support/puppet/files/puppet-boolean/Add-gemspec.patch new file mode 100644 index 0000000..a15079a --- /dev/null +++ b/meta-stx/recipes-support/puppet/files/puppet-boolean/Add-gemspec.patch @@ -0,0 +1,15 @@ +--- /dev/null 2019-10-28 19:50:04.372284581 -0700 ++++ b/puppet-boolean.gemspec 2019-10-30 08:37:38.629069755 -0700 +@@ -0,0 +1,12 @@ ++Gem::Specification.new do |s| ++ s.name = 'puppet-boolean' ++ s.version = '1.0.1' ++ s.date = '2013-08-14' ++ s.summary = "Boolean normalizing property for Puppet types." ++ s.description = s.summary ++ s.authors = ["Vox Pupuli"] ++ s.email = '' ++ s.files = %w(LICENSE README.markdown Rakefile) + Dir.glob('{lib,spec}/**/*') ++ s.homepage = 'https://github.com/voxpupuli/puppet-boolean' ++ s.license = 'Apache 2.0' ++ end