# -*- encoding: utf-8 -*- # stub: lxc-ruby 0.3.1 ruby lib Gem::Specification.new do |s| s.name = "lxc-ruby".freeze s.version = "0.3.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Dan Sosedoff".freeze] s.date = "2013-09-22" s.description = "Ruby wrapper to manage LXC (Linux Containers).".freeze s.email = ["dan.sosedoff@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "Vagrantfile".freeze, "lib/lxc.rb".freeze, "lib/lxc/configuration.rb".freeze, "lib/lxc/configuration_options.rb".freeze, "lib/lxc/container.rb".freeze, "lib/lxc/shell.rb".freeze, "lib/lxc/status.rb".freeze, "lib/lxc/version.rb".freeze, "lxc-ruby.gemspec".freeze, "spec/configuration_spec.rb".freeze, "spec/container_spec.rb".freeze, "spec/fixtures/configuration.txt".freeze, "spec/fixtures/lxc-checkconfig.txt".freeze, "spec/fixtures/lxc-info-running.txt".freeze, "spec/fixtures/lxc-info-stopped.txt".freeze, "spec/fixtures/lxc-ps-aux.txt".freeze, "spec/fixtures/lxc-version.txt".freeze, "spec/lxc_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/status_spec.rb".freeze] s.homepage = "http://github.com/sosedoff/lxc-ruby".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Ruby wrapper to LXC".freeze s.test_files = ["spec/configuration_spec.rb".freeze, "spec/container_spec.rb".freeze, "spec/fixtures/configuration.txt".freeze, "spec/fixtures/lxc-checkconfig.txt".freeze, "spec/fixtures/lxc-info-running.txt".freeze, "spec/fixtures/lxc-info-stopped.txt".freeze, "spec/fixtures/lxc-ps-aux.txt".freeze, "spec/fixtures/lxc-version.txt".freeze, "spec/lxc_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/status_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.3.6".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.13".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.7".freeze]) end