# -*- encoding: utf-8 -*- # stub: landrush 0.13.1 ruby lib Gem::Specification.new do |s| s.name = "landrush".freeze s.version = "0.13.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 = ["Paul Hinze".freeze] s.date = "2014-04-11" s.description = "Forget about IPs in Vagrant - Automated DNS for your VMs\n\nThis Vagrant plugin spins up a lightweight DNS server and makes it visible\nto your guests and your host, so that you can easily access all your\nmachines without having to fiddle with IP addresses.\n\nDNS records are automatically added and removed as machines are brought up\nand down, and you can configure static entries to be returned from the\nserver as well. See the README for more documentation.\n".freeze s.email = ["paul.t.hinze@gmail.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "doc/img/osx.png".freeze, "doc/img/ubuntu.png".freeze, "doc/img/vbox.png".freeze, "doc/support/seqdiag.fontmap".freeze, "doc/vagrant_dns_without_landrush.diag".freeze, "doc/vagrant_dns_without_landrush.svg".freeze, "examples/Vagrantfile".freeze, "issues/vbox/Vagrantfile".freeze, "landrush.gemspec".freeze, "lib/ext/rexec.rb".freeze, "lib/landrush.rb".freeze, "lib/landrush/action/common.rb".freeze, "lib/landrush/action/install_prerequisites.rb".freeze, "lib/landrush/action/redirect_dns.rb".freeze, "lib/landrush/action/setup.rb".freeze, "lib/landrush/action/teardown.rb".freeze, "lib/landrush/cap/debian/install_iptables.rb".freeze, "lib/landrush/cap/debian/iptables_installed.rb".freeze, "lib/landrush/cap/linux/add_iptables_rule.rb".freeze, "lib/landrush/cap/linux/configured_dns_server.rb".freeze, "lib/landrush/cap/linux/read_host_visible_ip_address.rb".freeze, "lib/landrush/cap/linux/redirect_dns.rb".freeze, "lib/landrush/cap/redhat/install_iptables.rb".freeze, "lib/landrush/cap/redhat/iptables_installed.rb".freeze, "lib/landrush/command.rb".freeze, "lib/landrush/config.rb".freeze, "lib/landrush/dependent_vms.rb".freeze, "lib/landrush/plugin.rb".freeze, "lib/landrush/resolver_config.rb".freeze, "lib/landrush/server.rb".freeze, "lib/landrush/store.rb".freeze, "lib/landrush/version.rb".freeze, "test/landrush/action/setup_test.rb".freeze, "test/landrush/action/teardown_test.rb".freeze, "test/landrush/dependent_vms_test.rb".freeze, "test/landrush/resolver_config_test.rb".freeze, "test/landrush/server_test.rb".freeze, "test/landrush/store_test.rb".freeze, "test/support/clear_dependent_vms.rb".freeze, "test/support/fake_resolver_config.rb".freeze, "test/support/fake_ui.rb".freeze, "test/support/fake_working_dir.rb".freeze, "test/support/test_server_daemon.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://github.com/phinze/landrush".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "a vagrant plugin providing consistent DNS visible on host and guests".freeze s.test_files = ["test/landrush/action/setup_test.rb".freeze, "test/landrush/action/teardown_test.rb".freeze, "test/landrush/dependent_vms_test.rb".freeze, "test/landrush/resolver_config_test.rb".freeze, "test/landrush/server_test.rb".freeze, "test/landrush/store_test.rb".freeze, "test/support/clear_dependent_vms.rb".freeze, "test/support/fake_resolver_config.rb".freeze, "test/support/fake_ui.rb".freeze, "test/support/fake_working_dir.rb".freeze, "test/support/test_server_daemon.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["= 0.7.0".freeze]) end