X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;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=0000000000000000000000000000000000000000;hb=e0634c6eaf2fe2641a0fb90e84a5defb880b1335;hp=a15079a34512620e84307cf816997e2e8b0d754c;hpb=210d0f78485e760dffcdd3f630f59cec797f3f11;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 deleted file mode 100644 index a15079a..0000000 --- a/meta-stx/recipes-support/puppet/files/puppet-boolean/Add-gemspec.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- /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