Sha256: c4daf06a6aed24612fe0d4722c920f963cd82eda5fcfab8dd1ac8cd2c463a502
Contents?: true
Size: 825 Bytes
Versions: 1
Compression:
Stored size: 825 Bytes
Contents
# 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
domain_finder-0.0.1 | domain_finder.gemspec |