Sha256: f8d0ca69115246aed4f86abd2d1e679608bd1c46bcb5eb521ee98747d89e6934

Contents?: true

Size: 777 Bytes

Versions: 1

Compression:

Stored size: 777 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.name          = "testlab"
  gem.version       = TestLab::VERSION
  gem.authors       = ["Zachary Patten"]
  gem.email         = ["zachary@jovelabs.com"]
  gem.description   = %q{A framework for building virtual testing laboratories}
  gem.summary       = %q{A framework for building virtual testing laboratories}
  gem.homepage      = "https://github.com/zpatten"

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
testlab-0.0.1 testlab.gemspec