# -*- encoding: utf-8 -*- # stub: vagrant-lxc 0.4.0 ruby lib Gem::Specification.new do |s| s.name = "vagrant-lxc".freeze s.version = "0.4.0".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-07-18" 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, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "Guardfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "boxes/common/cleanup".freeze, "boxes/common/install-babushka".freeze, "boxes/common/install-chef".freeze, "boxes/common/install-puppet".freeze, "boxes/common/lxc-template".freeze, "boxes/common/lxc.conf".freeze, "boxes/common/metadata.json".freeze, "boxes/debian/download".freeze, "boxes/debian/finalize".freeze, "boxes/debian/lxc-template".freeze, "boxes/debian/metadata.json.template".freeze, "boxes/ubuntu/download".freeze, "boxes/ubuntu/finalize".freeze, "boxes/ubuntu/lxc-template".freeze, "boxes/ubuntu/metadata.json.template".freeze, "development/Vagrantfile".freeze, "development/lxc-configs/lxc-dev-box".freeze, "development/lxc-configs/sid".freeze, "development/lxc-configs/squeeze".freeze, "development/lxc-configs/vbox".freeze, "development/lxc-configs/wheezy".freeze, "development/shell-provisioning/upgrade-kernel".freeze, "development/site.pp".freeze, "example/Vagrantfile".freeze, "example/cookbooks/hello-world/recipes/default.rb".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/boot.rb".freeze, "lib/vagrant-lxc/action/check_created.rb".freeze, "lib/vagrant-lxc/action/check_running.rb".freeze, "lib/vagrant-lxc/action/clear_forwarded_ports.rb".freeze, "lib/vagrant-lxc/action/compress_rootfs.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/destroy_confirm.rb".freeze, "lib/vagrant-lxc/action/disconnect.rb".freeze, "lib/vagrant-lxc/action/forced_halt.rb".freeze, "lib/vagrant-lxc/action/forward_ports.rb".freeze, "lib/vagrant-lxc/action/handle_box_metadata.rb".freeze, "lib/vagrant-lxc/action/is_running.rb".freeze, "lib/vagrant-lxc/action/message.rb".freeze, "lib/vagrant-lxc/action/remove_temporary_files.rb".freeze, "lib/vagrant-lxc/action/setup_package_files.rb".freeze, "lib/vagrant-lxc/action/share_folders.rb".freeze, "lib/vagrant-lxc/config.rb".freeze, "lib/vagrant-lxc/driver.rb".freeze, "lib/vagrant-lxc/driver/builder.rb".freeze, "lib/vagrant-lxc/driver/cli.rb".freeze, "lib/vagrant-lxc/driver/fetch_ip_from_dnsmasq.rb".freeze, "lib/vagrant-lxc/driver/fetch_ip_with_attach.rb".freeze, "lib/vagrant-lxc/errors.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/Vagrantfile".freeze, "spec/acceptance/sanity_check_spec.rb".freeze, "spec/acceptance/support/acceptance_example_group.rb".freeze, "spec/acceptance/support/machine_ext.rb".freeze, "spec/acceptance/support/test_ui.rb".freeze, "spec/acceptance_helper.rb".freeze, "spec/fixtures/sample-ip-addr-output".freeze, "spec/spec_helper.rb".freeze, "spec/support/.gitkeep".freeze, "spec/unit/action/clear_forwarded_ports_spec.rb".freeze, "spec/unit/action/compress_rootfs_spec.rb".freeze, "spec/unit/action/forward_ports_spec.rb".freeze, "spec/unit/action/handle_box_metadata_spec.rb".freeze, "spec/unit/action/setup_package_files_spec.rb".freeze, "spec/unit/driver/cli_spec.rb".freeze, "spec/unit/driver_spec.rb".freeze, "spec/unit/support/unit_example_group.rb".freeze, "spec/unit_helper.rb".freeze, "tasks/boxes.rake".freeze, "tasks/boxes.v2.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/Vagrantfile".freeze, "spec/acceptance/sanity_check_spec.rb".freeze, "spec/acceptance/support/acceptance_example_group.rb".freeze, "spec/acceptance/support/machine_ext.rb".freeze, "spec/acceptance/support/test_ui.rb".freeze, "spec/acceptance_helper.rb".freeze, "spec/fixtures/sample-ip-addr-output".freeze, "spec/spec_helper.rb".freeze, "spec/support/.gitkeep".freeze, "spec/unit/action/clear_forwarded_ports_spec.rb".freeze, "spec/unit/action/compress_rootfs_spec.rb".freeze, "spec/unit/action/forward_ports_spec.rb".freeze, "spec/unit/action/handle_box_metadata_spec.rb".freeze, "spec/unit/action/setup_package_files_spec.rb".freeze, "spec/unit/driver/cli_spec.rb".freeze, "spec/unit/driver_spec.rb".freeze, "spec/unit/support/unit_example_group.rb".freeze, "spec/unit_helper.rb".freeze] end