Sha256: 71f7600de07cf63911e2d404545ed6ddd9f67c885dc9628769d5c995ba7d6122
Contents?: true
Size: 1.15 KB
Versions: 5
Compression:
Stored size: 1.15 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'lxc/version' Gem::Specification.new do |spec| spec.name = "lxc" spec.version = LXC::VERSION spec.authors = ["Zachary Patten"] spec.email = ["zachary@jovelabs.com"] spec.description = %q(An interface for controlling local or remote Linux Containers (LXC)) spec.summary = %q(An interface for controlling local or remote Linux Containers (LXC)) spec.homepage = "https://github.com/zpatten/lxc" spec.license = "Apache 2.0" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_dependency("ztk") spec.add_development_dependency("bundler", "~> 1.3") spec.add_development_dependency("pry") spec.add_development_dependency("rake") spec.add_development_dependency("redcarpet") spec.add_development_dependency("rspec") spec.add_development_dependency("simplecov") spec.add_development_dependency("yard") end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
lxc-0.0.6 | lxc.gemspec |
lxc-0.0.5 | lxc.gemspec |
lxc-0.0.4 | lxc.gemspec |
lxc-0.0.3 | lxc.gemspec |
lxc-0.0.2 | lxc.gemspec |