Sha256: 0ac30458ca6ea10d38dc7ff07020d1b506299df8711d69939709458ef769f2aa

Contents?: true

Size: 743 Bytes

Versions: 3

Compression:

Stored size: 743 Bytes

Contents

$: <<  File.expand_path('../lib', __FILE__)

require 'openvz'

Gem::Specification.new do |s|
    s.name              = 'openvz'
    s.version           = OpenVZ::VERSION
    s.date              = '2012-10-09'
    s.authors           = 'Stefan Schlesinger'
    s.email             = 'sts@ono.at'
    s.homepage          = 'http://github.com/sts/ruby-openvz'

    s.summary           = 'OpenVZ API'
    s.description       = 'OpenVZ is a container based virtualization for Linux. This API will
                           allow you to easily write tools to manipulate containers on a host.' 

    s.has_rdoc          = false

    s.extra_rdoc_files  = %w[COPYING]

    s.add_dependency    'systemu'

    s.files = Dir.glob("{**/**/**/**/*}")
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
openvz-1.5.5 openvz.gemspec
openvz-1.5.4 openvz.gemspec
openvz-1.5.3 openvz.gemspec