Sha256: 657f300055dce7a93743bc62b69bd30a02668b22e4c5b79d6140bc730c29ea61

Contents?: true

Size: 941 Bytes

Versions: 3

Compression:

Stored size: 941 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path('../lib', __FILE__)
require 'twhois/version'

Gem::Specification.new do |s|
  s.name        = 'twhois'
  s.version     = Twhois::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ['Jim Myhrberg']
  s.email       = ['contact@jimeh.me']
  s.homepage    = 'https://github.com/jimeh/twhois'
  s.summary     = 'Whois-like command-line tool and Ruby Gem for Twitter users'
  s.description = 'Whois-like command-line tool and Ruby Gem for Twitter users'

  s.rubyforge_project = 'twhois'

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ['lib']
  
  s.add_runtime_dependency 'json_pure', '>= 1.0.0'
  
  s.add_development_dependency 'rspec', '>= 2.5.0'
  s.add_development_dependency 'yard', '>= 0.6.4'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
twhois-0.0.4 twhois.gemspec
twhois-0.0.3 twhois.gemspec
twhois-0.0.2 twhois.gemspec