--- /dev/null 2019-10-23 20:19:32.602763995 -0700 +++ b/puppet-vlan.gemspec 2019-10-28 13:57:07.799844748 -0700 @@ -0,0 +1,12 @@ +Gem::Specification.new do |s| + s.name = 'puppet-vlan' + s.version = '0.1.0' + s.date = '2012-12-04' + s.summary = "very simple puppet module to install a vlan" + s.description = s.summary + s.authors = ["derekhiggins"] + s.email = '' + s.files = %w(LICENSE) + Dir.glob('{lib,spec}/**/*') + s.homepage = 'https://github.com/derekhiggins/puppet-vlan.git' + s.license = 'Apache 2.0' + end