# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'domain_finder/version' Gem::Specification.new do |spec| spec.name = "domain_finder" spec.version = DomainFinder::VERSION spec.authors = ["Jade McGough"] spec.email = ["jade@thezets.com"] spec.summary = %q{Domain availability checker} spec.description = %q{Check website domain availability from the command line} spec.homepage = "https://github.com/zetsubo/domain_finder" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = ["domain"] spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "vcr", "~> 2.8" end