Sha256: 8c990a822e3deef207ac6a21aa9282082baa627acc01af9f9dee140f241d2b1f

Contents?: true

Size: 898 Bytes

Versions: 1

Compression:

Stored size: 898 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'whois/parser/version'

Gem::Specification.new do |spec|
  spec.name          = "whois-parser"
  spec.version       = Whois::Parser::VERSION
  spec.authors       = ["Simone Carletti"]
  spec.email         = ["weppos@weppos.net"]
  spec.summary       = %q{The parser component of the Ruby Whois library.}
  # spec.description   = %q{The parser component of the Ruby Whois library.}
  spec.homepage      = ""
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0")
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.7"
  spec.add_development_dependency "rake", "~> 10.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
whois-parser-0.0.1 whois-parser.gemspec