1 |
9c1fa5fb
|
Daniel Lobato
|
$LOAD_PATH.push File.expand_path('../lib', __FILE__)
|
2 |
d4e021f3
|
Amos Benari
|
|
3 |
|
|
|
4 |
9c1fa5fb
|
Daniel Lobato
|
require 'foreman_docker/version'
|
5 |
d4e021f3
|
Amos Benari
|
|
6 |
|
|
|
7 |
|
|
Gem::Specification.new do |s|
|
8 |
9c1fa5fb
|
Daniel Lobato
|
s.name = 'foreman_docker'
|
9 |
d4e021f3
|
Amos Benari
|
s.version = ForemanDocker::VERSION
|
10 |
ebf84ccf
|
Daniel Lobato
|
s.date = Date.today.to_s
|
11 |
9c1fa5fb
|
Daniel Lobato
|
s.authors = ['Daniel Lobato, Amos Benari']
|
12 |
|
|
s.email = ['dlobatog@redhat.com, abenari@redhat.com']
|
13 |
|
|
s.homepage = 'http://github.com/theforeman/foreman-docker'
|
14 |
|
|
s.summary = 'Provision and manage Docker containers and images from Foreman'
|
15 |
|
|
s.description = 'Provision and manage Docker containers and images from Foreman.'
|
16 |
|
|
s.licenses = ['GPL-3']
|
17 |
d4e021f3
|
Amos Benari
|
|
18 |
9c1fa5fb
|
Daniel Lobato
|
s.files = Dir['{app,config,db,lib,locale}/**/*', 'LICENSE', 'Rakefile', 'README.md']
|
19 |
|
|
s.test_files = Dir['test/**/*']
|
20 |
d4e021f3
|
Amos Benari
|
|
21 |
01a8a896
|
David Davis
|
s.add_dependency 'docker-api', '1.17'
|
22 |
07c93cb4
|
Daniel Lobato
|
s.add_dependency 'wicked', '~> 1.1'
|
23 |
d4e021f3
|
Amos Benari
|
end |