# -*- encoding: utf-8 -*- # stub: vagrant-lxc 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "vagrant-lxc".freeze s.version = "0.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Fabio Rehm".freeze] s.date = "2013-03-15" s.description = "Linux Containers provider for Vagrant".freeze s.email = ["fgrehm@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, ".vimrc".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "Guardfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "boxes/quantal64/download-ubuntu".freeze, "boxes/quantal64/lxc-template".freeze, "boxes/quantal64/metadata.json".freeze, "development/Vagrantfile.1.0".freeze, "development/Vagrantfile.1.1".freeze, "development/lxc-configs/lxc-dev-box".freeze, "development/lxc-configs/vbox".freeze, "development/shell-provisioning/upgrade-kernel".freeze, "development/site.pp".freeze, "example/Vagrantfile".freeze, "example/puppet/manifests/site.pp".freeze, "example/puppet/modules/hello_world/manifests/init.pp".freeze, "lib/vagrant-lxc.rb".freeze, "lib/vagrant-lxc/action.rb".freeze, "lib/vagrant-lxc/action/base_action.rb".freeze, "lib/vagrant-lxc/action/boot.rb".freeze, "lib/vagrant-lxc/action/check_created.rb".freeze, "lib/vagrant-lxc/action/check_running.rb".freeze, "lib/vagrant-lxc/action/create.rb".freeze, "lib/vagrant-lxc/action/created.rb".freeze, "lib/vagrant-lxc/action/destroy.rb".freeze, "lib/vagrant-lxc/action/forced_halt.rb".freeze, "lib/vagrant-lxc/action/handle_box_metadata.rb".freeze, "lib/vagrant-lxc/action/is_running.rb".freeze, "lib/vagrant-lxc/action/network.rb".freeze, "lib/vagrant-lxc/action/share_folders.rb".freeze, "lib/vagrant-lxc/config.rb".freeze, "lib/vagrant-lxc/container.rb".freeze, "lib/vagrant-lxc/container/cli.rb".freeze, "lib/vagrant-lxc/errors.rb".freeze, "lib/vagrant-lxc/machine_state.rb".freeze, "lib/vagrant-lxc/plugin.rb".freeze, "lib/vagrant-lxc/provider.rb".freeze, "lib/vagrant-lxc/version.rb".freeze, "locales/en.yml".freeze, "spec/fixtures/sample-arp-output".freeze, "spec/fixtures/sample-config".freeze, "spec/spec_helper.rb".freeze, "spec/support/unit_example_group.rb".freeze, "spec/unit/action/handle_box_metadata_spec.rb".freeze, "spec/unit/container/cli_spec.rb".freeze, "spec/unit/container_spec.rb".freeze, "spec/unit/machine_state_spec.rb".freeze, "spec/unit_helper.rb".freeze, "tasks/boxes.rake".freeze, "tasks/spec.rake".freeze, "vagrant-lxc.gemspec".freeze] s.homepage = "https://github.com/fgrehm/vagrant-lxc".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Linux Containers provider for Vagrant".freeze s.test_files = ["spec/fixtures/sample-arp-output".freeze, "spec/fixtures/sample-config".freeze, "spec/spec_helper.rb".freeze, "spec/support/unit_example_group.rb".freeze, "spec/unit/action/handle_box_metadata_spec.rb".freeze, "spec/unit/container/cli_spec.rb".freeze, "spec/unit/container_spec.rb".freeze, "spec/unit/machine_state_spec.rb".freeze, "spec/unit_helper.rb".freeze] end