Sha256: ab960c6f43969917148253dfd167af8b758fc75d9c7481627b14a436748ac5b9

Contents?: true

Size: 763 Bytes

Versions: 1

Compression:

Stored size: 763 Bytes

Contents

# -*- encoding: utf-8 -*-
$LOAD_PATH.unshift File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
  s.name        = 'multi_test'
  s.version     = '0.1.0'
  s.authors     = ["Matt Wynne", "Steve Tooke"]
  s.description = 'Wafter-thin gem to help control rogue test/unit/autorun requires'
  s.summary     = "multi-test-#{s.version}"
  s.email       = 'cukes@googlegroups.com'
  s.license     = 'MIT'
  s.homepage    = "http://cukes.info"

  s.platform    = Gem::Platform::RUBY

  s.rubygems_version = ">= 1.6.1"
  s.files            = `git ls-files`.split("\n").reject {|path| path =~ /\.gitignore$/ }
  s.test_files       = `git ls-files -- {gemfiles,test}/*`.split("\n")
  s.rdoc_options     = ["--charset=UTF-8"]
  s.require_path     = "lib"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
multi_test-0.1.0 multi_test.gemspec