summaryrefslogtreecommitdiffstats
path: root/recipes-support/puppet-vswitch/files/puppet-vswitch.gemspec
blob: 63f33585083bde999c02f798b98d13967e38a2f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Gem::Specification.new do |s|
  s.name        = 'puppet-vswitch'
  s.version     = '3.0.0'
  s.date        = '2015-11-27'
  s.summary     = "Puppet provider for virtual switches."
  s.description = s.summary
  s.authors     = ["Puppet Labs"]
  s.email       = ''
  s.files       = %w(LICENSE README.md Rakefile) + Dir.glob('{lib,spec}/**/*')
  s.homepage    = 'https://github.com/openstack/puppet-vswitch'
  s.license     = 'Apache 2.0'
end