Sha256: 2570008c79fc8ad3837cfc809230bf62fccc83a9642e0b2bd281e244cda32e03

Contents?: true

Size: 1.09 KB

Versions: 1

Compression:

Stored size: 1.09 KB

Contents

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

Gem::Specification.new do |s|
  s.name          = 'tork'
  s.version       = Tork::VERSION
  s.authors,
  s.email         = File.read(*['LICENSE',
                      ({:encoding => 'utf-8'} if RUBY_VERSION >= '1.9')
                    ].compact).scan(/Copyright \d+ (.+) <(.+?)>/).transpose
  s.homepage      = 'http://github.com/sunaku/tork'
  s.summary       = 'test with fork'
  s.description   = 'Runs your tests as they change, in parallel.'

  s.files         = `git ls-files`.split("\n") + Dir['man/**/*']
  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 'binman', '~> 3.0'
  s.add_runtime_dependency 'json', '>= 1.6.1', '< 2.0'
  s.add_runtime_dependency 'listen', '~> 0.4.7'
  s.add_runtime_dependency 'diff-lcs', '>= 1.1.2', '< 2.0'
  s.add_development_dependency 'md2man', '~> 1.0'
  s.add_development_dependency 'rake', '>= 0.9.2.2', '< 1.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tork-18.2.3 tork.gemspec