forked from CloudStack-extras/knife-cloudstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknife-cloudstack.gemspec
More file actions
18 lines (16 loc) · 816 Bytes
/
knife-cloudstack.gemspec
File metadata and controls
18 lines (16 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Gem::Specification.new do |s|
s.name = %q{knife-cloudstack}
s.version = "0.0.18"
s.date = %q{2014-12-29}
s.authors = ['Ryan Holmes', 'KC Braunschweig', 'John E. Vincent', 'Chirag Jog', 'Sander Botman']
s.email = ['rholmes@edmunds.com', 'kcbraunschweig@gmail.com', 'lusis.org+github.com@gmail.com', 'chirag.jog@me.com', 'sbotman@schubergphilis.com']
s.summary = %q{A knife plugin for the CloudStack API}
s.homepage = %q{http://cloudstack.org/}
s.description = %q{A Knife plugin to create, list and manage CloudStack servers}
s.has_rdoc = false
s.extra_rdoc_files = ["README.rdoc", "CHANGES.rdoc", "LICENSE" ]
s.add_dependency "chef", "~> 11.0"
s.add_dependency "knife-windows", ">= 0"
s.require_path = 'lib'
s.files = ["CHANGES.rdoc","README.rdoc", "LICENSE"] + Dir.glob("lib/**/*")
end