# -*- encoding: utf-8 -*-
# stub: lxc 0.1.6 ruby lib

Gem::Specification.new do |s|
  s.name = "lxc".freeze
  s.version = "0.1.6".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Zachary Patten".freeze]
  s.date = "2013-05-03"
  s.description = "An interface for controlling local or remote Linux Containers (LXC)".freeze
  s.email = ["zachary@jovelabs.com".freeze]
  s.executables = ["lxc-console".freeze]
  s.files = [".coveralls.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".ruby-gemset".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/lxc-console".freeze, "lib/lxc.rb".freeze, "lib/lxc/config.rb".freeze, "lib/lxc/container.rb".freeze, "lib/lxc/version.rb".freeze, "lxc.gemspec".freeze, "spec/lxc/container_spec.rb".freeze, "spec/lxc_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/fixtures/0.7.5/lxc-checkconfig.out".freeze, "spec/support/fixtures/0.7.5/lxc-info-pid-stopped.out".freeze, "spec/support/fixtures/0.7.5/lxc-info-state-stopped.out".freeze, "spec/support/fixtures/0.7.5/lxc-ls-w-containers.out".freeze, "spec/support/fixtures/0.7.5/lxc-ls-wo-containers.out".freeze, "spec/support/fixtures/0.7.5/lxc-ps.out".freeze, "spec/support/fixtures/0.7.5/lxc-version.out".freeze, "spec/support/fixtures/0.7.5/lxc-wait.out".freeze, "spec/support/fixtures/0.8.0-rc2/lxc-checkconfig.out".freeze, "spec/support/fixtures/0.8.0-rc2/lxc-info-pid-stopped.out".freeze, "spec/support/fixtures/0.8.0-rc2/lxc-info-state-stopped.out".freeze, "spec/support/fixtures/0.8.0-rc2/lxc-ls-w-containers.out".freeze, "spec/support/fixtures/0.8.0-rc2/lxc-ls-wo-containers.out".freeze, "spec/support/fixtures/0.8.0-rc2/lxc-ps.out".freeze, "spec/support/fixtures/0.8.0-rc2/lxc-version.out".freeze, "spec/support/fixtures/0.8.0-rc2/lxc-wait.out".freeze, "spec/support/install-lxc.sh".freeze]
  s.homepage = "https://github.com/zpatten/lxc".freeze
  s.licenses = ["Apache 2.0".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "An interface for controlling local or remote Linux Containers (LXC)".freeze
  s.test_files = ["spec/lxc/container_spec.rb".freeze, "spec/lxc_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/fixtures/0.7.5/lxc-checkconfig.out".freeze, "spec/support/fixtures/0.7.5/lxc-info-pid-stopped.out".freeze, "spec/support/fixtures/0.7.5/lxc-info-state-stopped.out".freeze, "spec/support/fixtures/0.7.5/lxc-ls-w-containers.out".freeze, "spec/support/fixtures/0.7.5/lxc-ls-wo-containers.out".freeze, "spec/support/fixtures/0.7.5/lxc-ps.out".freeze, "spec/support/fixtures/0.7.5/lxc-version.out".freeze, "spec/support/fixtures/0.7.5/lxc-wait.out".freeze, "spec/support/fixtures/0.8.0-rc2/lxc-checkconfig.out".freeze, "spec/support/fixtures/0.8.0-rc2/lxc-info-pid-stopped.out".freeze, "spec/support/fixtures/0.8.0-rc2/lxc-info-state-stopped.out".freeze, "spec/support/fixtures/0.8.0-rc2/lxc-ls-w-containers.out".freeze, "spec/support/fixtures/0.8.0-rc2/lxc-ls-wo-containers.out".freeze, "spec/support/fixtures/0.8.0-rc2/lxc-ps.out".freeze, "spec/support/fixtures/0.8.0-rc2/lxc-version.out".freeze, "spec/support/fixtures/0.8.0-rc2/lxc-wait.out".freeze, "spec/support/install-lxc.sh".freeze]

  s.specification_version = 3

  s.add_runtime_dependency(%q<ztk>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<bundler>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<pry>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<rake>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<redcarpet>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<rspec>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<yard>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<coveralls>.freeze, [">= 0".freeze])
end