Sha256: e4249be2dec1156935f27a4e5b3fa861c1c5bce9c89daf8eb3e08e297169b51b

Contents?: true

Size: 886 Bytes

Versions: 1

Compression:

Stored size: 886 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "teerb"
  spec.version       = TeeRb::VERSION
  spec.authors       = ["Patrick Huesler"]
  spec.email         = ["patrick.huesler@gmail.com"]
  spec.summary       = "Ruby Tee Utils"
  spec.description   = "Several ways to capture and tee Ruby's standard input and output"
  spec.homepage      = "https://github.com/phuesler/teerb"
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  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.5"
  spec.add_development_dependency "rake", "~> 0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
teerb-0.0.1 teerb.gemspec