--- /dev/null 2019-10-28 19:50:04.372284581 -0700 +++ b/adrien-filemapper.gemspec 2019-10-31 11:12:27.233178439 -0700 @@ -0,0 +1,12 @@ +Gem::Specification.new do |s| + s.name = 'adrien-filemapper' + s.version = '1.1.3' + s.date = '2014-09-13' + s.summary = "Puppet provider file manipulation extension" + s.description = s.summary + s.authors = ["Adrien Thebo "] + s.email = '' + s.files = %w(Modulefile README.markdown ) + Dir.glob('{lib,spec}/**/*') + s.homepage = 'https://github.com/adrienthebo/puppet-filemapper' + s.license = 'Apache 2.0' + end