forked from theforeman/foreman-xen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathforeman_xen.gemspec
More file actions
22 lines (18 loc) · 814 Bytes
/
Copy pathforeman_xen.gemspec
File metadata and controls
22 lines (18 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$LOAD_PATH.push File.expand_path('lib', __dir__)
# Maintain your gem's version:
require 'foreman_xen/version'
# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|
s.name = 'foreman_xen'
s.version = ForemanXen::VERSION
s.authors = ['Pavel Nemirovsky', 'Michal Piotrowski', 'Avi Israeli']
s.email = ['operations@oovoo.com']
s.homepage = 'https://github.com/theforeman/foreman-xen'
s.summary = 'Provision and manage XEN Server from Foreman'
s.description = 'Provision and manage XEN Server from Foreman.'
s.licenses = ['GPL-3.0']
s.add_dependency 'fog-xenserver', '~> 1.0'
s.add_development_dependency('rake')
s.files = Dir['{app,config,db,lib,locale}/**/*', 'LICENSE', 'Rakefile', 'README.md']
s.test_files = Dir['test/**/*']
end