--- !ruby/object:Gem::Specification name: landrush version: !ruby/object:Gem::Version version: 0.14.0 platform: ruby authors: - Paul Hinze autorequire: bindir: bin cert_chain: [] date: 2014-05-18 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rubydns requirement: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 0.7.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 0.7.0 description: | Forget about IPs in Vagrant - Automated DNS for your VMs This Vagrant plugin spins up a lightweight DNS server and makes it visible to your guests and your host, so that you can easily access all your machines without having to fiddle with IP addresses. DNS records are automatically added and removed as machines are brought up and down, and you can configure static entries to be returned from the server as well. See the README for more documentation. email: - paul.t.hinze@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".travis.yml" - Gemfile - LICENSE.txt - README.md - Rakefile - doc/img/osx.png - doc/img/ubuntu.png - doc/img/vbox.png - doc/support/seqdiag.fontmap - doc/vagrant_dns_without_landrush.diag - doc/vagrant_dns_without_landrush.svg - examples/Vagrantfile - issues/vbox/Vagrantfile - landrush.gemspec - lib/ext/rexec.rb - lib/landrush.rb - lib/landrush/action/common.rb - lib/landrush/action/install_prerequisites.rb - lib/landrush/action/redirect_dns.rb - lib/landrush/action/setup.rb - lib/landrush/action/teardown.rb - lib/landrush/cap/debian/install_iptables.rb - lib/landrush/cap/debian/iptables_installed.rb - lib/landrush/cap/linux/add_iptables_rule.rb - lib/landrush/cap/linux/configured_dns_server.rb - lib/landrush/cap/linux/read_host_visible_ip_address.rb - lib/landrush/cap/linux/redirect_dns.rb - lib/landrush/cap/redhat/install_iptables.rb - lib/landrush/cap/redhat/iptables_installed.rb - lib/landrush/command.rb - lib/landrush/config.rb - lib/landrush/dependent_vms.rb - lib/landrush/plugin.rb - lib/landrush/resolver_config.rb - lib/landrush/server.rb - lib/landrush/store.rb - lib/landrush/version.rb - test/landrush/action/setup_test.rb - test/landrush/action/teardown_test.rb - test/landrush/cap/linux/read_host_visible_ip_address_test.rb - test/landrush/config_test.rb - test/landrush/dependent_vms_test.rb - test/landrush/resolver_config_test.rb - test/landrush/server_test.rb - test/landrush/store_test.rb - test/support/clear_dependent_vms.rb - test/support/fake_resolver_config.rb - test/support/fake_ui.rb - test/support/fake_working_dir.rb - test/support/test_server_daemon.rb - test/test_helper.rb homepage: https://github.com/phinze/landrush licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.2.2 signing_key: specification_version: 4 summary: a vagrant plugin providing consistent DNS visible on host and guests test_files: - test/landrush/action/setup_test.rb - test/landrush/action/teardown_test.rb - test/landrush/cap/linux/read_host_visible_ip_address_test.rb - test/landrush/config_test.rb - test/landrush/dependent_vms_test.rb - test/landrush/resolver_config_test.rb - test/landrush/server_test.rb - test/landrush/store_test.rb - test/support/clear_dependent_vms.rb - test/support/fake_resolver_config.rb - test/support/fake_ui.rb - test/support/fake_working_dir.rb - test/support/test_server_daemon.rb - test/test_helper.rb