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