--- !ruby/object:Gem::Specification name: rubydns version: !ruby/object:Gem::Version version: 0.6.6 platform: ruby authors: - Samuel Williams autorequire: bindir: bin cert_chain: [] date: 2013-10-08 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rexec requirement: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: 1.5.1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: 1.5.1 - !ruby/object:Gem::Dependency name: eventmachine requirement: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: 1.0.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: 1.0.0 description: "\t\tRubyDNS is a high-performance DNS server which can be easily integrated into\n\t\tother projects or used as a stand-alone daemon (via RExec). By default it uses\n\t\trule-based pattern matching. Results can be hard-coded, computed, fetched from\n\t\ta remote DNS server or fetched from a local cache, depending on requirements.\n\n\t\tIn addition, RubyDNS includes a high-performance asynchronous DNS resolver\n\t\tbuilt on top of EventMachine. This module can be used by itself in client\n\t\tapplications without using the full RubyDNS server stack.\n" email: - samuel.williams@oriontransfer.co.nz executables: - rd-dns-check - rd-resolve-test extensions: [] extra_rdoc_files: [] files: - .gitignore - .travis.yml - Gemfile - README.md - Rakefile - bin/rd-dns-check - bin/rd-resolve-test - lib/rubydns.rb - lib/rubydns/chunked.rb - lib/rubydns/extensions/hexdump.rb - lib/rubydns/extensions/logger.rb - lib/rubydns/extensions/resolv.rb - lib/rubydns/extensions/string-1.8.rb - lib/rubydns/extensions/string-1.9.2.rb - lib/rubydns/extensions/string-1.9.3.rb - lib/rubydns/extensions/string.rb - lib/rubydns/handler.rb - lib/rubydns/message.rb - lib/rubydns/resolver.rb - lib/rubydns/server.rb - lib/rubydns/system.rb - lib/rubydns/transaction.rb - lib/rubydns/version.rb - rubydns.gemspec - test/examples/dropping-dns.rb - test/examples/fortune-dns.rb - test/examples/geoip-dns.rb - test/examples/soa-dns.rb - test/examples/test-dns-1.rb - test/examples/test-dns-2.rb - test/examples/wikipedia-dns.rb - test/helper.rb - test/hosts.txt - test/test_daemon.rb - test/test_domains.txt - test/test_passthrough.rb - test/test_resolver.rb - test/test_rules.rb - test/test_slow_server.rb - test/test_system.rb - test/test_truncation.rb homepage: http://www.codeotaku.com/projects/rubydns licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: 1.9.3 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.0.6 signing_key: specification_version: 4 summary: An easy to use DNS server and resolver for Ruby. test_files: - test/examples/dropping-dns.rb - test/examples/fortune-dns.rb - test/examples/geoip-dns.rb - test/examples/soa-dns.rb - test/examples/test-dns-1.rb - test/examples/test-dns-2.rb - test/examples/wikipedia-dns.rb - test/helper.rb - test/hosts.txt - test/test_daemon.rb - test/test_domains.txt - test/test_passthrough.rb - test/test_resolver.rb - test/test_rules.rb - test/test_slow_server.rb - test/test_system.rb - test/test_truncation.rb