# -*- encoding: utf-8 -*- # stub: dnsaur 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "dnsaur".freeze s.version = "0.1.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 = ["Patrick Vice".freeze] s.date = "2014-10-25" s.description = " Dnsaur is a simple DNS checker / email corrector for ruby. This gem does three\n things; when a user misspells a domain, it suggests the right spelling, it\n provide simple reverse DNS helper methods to help verifiy these emails, and\n splits emails into three parts(top level domain, domain, address).\n".freeze s.email = ["patrickgvice@gmail.com".freeze] s.files = [".coveralls.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".ruby-version".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "Guardfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "dnsaur.gemspec".freeze, "lib/dnsaur.rb".freeze, "lib/dnsaur/dnsaur.rb".freeze, "lib/dnsaur/email_manipulation.rb".freeze, "lib/dnsaur/sift_3_distance.rb".freeze, "lib/dnsaur/version.rb".freeze, "spec/lib/dnsaur/dnsaur_spec.rb".freeze, "spec/lib/dnsaur/email_manipulation_spec.rb".freeze, "spec/lib/dnsaur/sift_3_distance_spec.rb".freeze, "spec/spec_helper.rb".freeze, "tasks/debug.rake".freeze, "tasks/rspec.rake".freeze] s.homepage = "https://github.com/pavice/dnsaur".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A simple dns checker/ mistyped email suggester".freeze end