Sha256: 288d0f8998ee578d0468e368e207c53bfe7aebb7ec57736e3b2f6f9f21f803a8

Contents?: true

Size: 959 Bytes

Versions: 1

Compression:

Stored size: 959 Bytes

Contents

# coding: utf-8
require File.expand_path('../lib/pwhois/version', __FILE__)

Gem::Specification.new do |spec|
  spec.name          = "pwhois"
  spec.version       = Pwhois::VERSION
  spec.authors       = ["Seth Wright"]
  spec.email         = ["seth@crosse.org"]

  spec.summary       = %q{A WHOIS client that provides consistent and coherent results.}
  spec.description   = <<-EOF
    pwhois is a small command-line utility that takes advantage of the
    whois module to parse WHOIS results and display them in a
    consistent, coherent style.
  EOF
  spec.homepage      = "https://github.com/Crosse/pwhois"
  spec.license       = "ISC"

  spec.files         = `git ls-files`.split($\)
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.executables   = spec.files.grep(%r{^bin/}).map{ |f| File.basename(f) }

  spec.require_paths = ["lib"]
  spec.add_runtime_dependency 'whois', '~>3.6'
  spec.add_development_dependency 'rake'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pwhois-1.2.0 pwhois.gemspec