diff options
Diffstat (limited to 'recipes-support/puppet-vswitch/files/Add-gemspec.patch')
| -rw-r--r-- | recipes-support/puppet-vswitch/files/Add-gemspec.patch | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/recipes-support/puppet-vswitch/files/Add-gemspec.patch b/recipes-support/puppet-vswitch/files/Add-gemspec.patch new file mode 100644 index 0000000..2216c3b --- /dev/null +++ b/recipes-support/puppet-vswitch/files/Add-gemspec.patch | |||
| @@ -0,0 +1,35 @@ | |||
| 1 | From 66ffd1621d30b3fe9ccbc0a7d21319b351833afb Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Mark Asselstine <mark.asselstine@windriver.com> | ||
| 3 | Date: Thu, 17 Dec 2015 14:06:18 -0500 | ||
| 4 | Subject: [PATCH] Add gemspec | ||
| 5 | |||
| 6 | Started with an example from here | ||
| 7 | http://guides.rubygems.org/make-your-own-gem/ | ||
| 8 | |||
| 9 | Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> | ||
| 10 | --- | ||
| 11 | puppet-vswitch.gemspec | 12 ++++++++++++ | ||
| 12 | 1 file changed, 12 insertions(+) | ||
| 13 | create mode 100644 puppet-vswitch.gemspec | ||
| 14 | |||
| 15 | diff --git a/puppet-vswitch.gemspec b/puppet-vswitch.gemspec | ||
| 16 | new file mode 100644 | ||
| 17 | index 0000000..eb4c44e | ||
| 18 | --- /dev/null | ||
| 19 | +++ b/puppet-vswitch.gemspec | ||
| 20 | @@ -0,0 +1,12 @@ | ||
| 21 | +Gem::Specification.new do |s| | ||
| 22 | + s.name = 'puppet-vswitch' | ||
| 23 | + s.version = '3.0.0' | ||
| 24 | + s.date = '2015-11-27' | ||
| 25 | + s.summary = "Puppet provider for virtual switches." | ||
| 26 | + s.description = s.summary | ||
| 27 | + s.authors = ["Puppet Labs"] | ||
| 28 | + s.email = '' | ||
| 29 | + s.files = %w(LICENSE README.md Rakefile) + Dir.glob('{lib,spec}/**/*') | ||
| 30 | + s.homepage = 'https://github.com/openstack/puppet-vswitch' | ||
| 31 | + s.license = 'Apache 2.0' | ||
| 32 | +end | ||
| 33 | -- | ||
| 34 | 2.1.4 | ||
| 35 | |||
