Sha256: 8cfb8159bc11ad0384926d8a347dd175c7001934182d18e424475c90b353f90b

Contents?: true

Size: 822 Bytes

Versions: 1

Compression:

Stored size: 822 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = "aki-testrocket"
  s.version     = Testrocket::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Peter Cooper","Christoph Grabo"]
  s.email       = ["git@peterc.org","chris@dinarrr.com"]
  s.homepage    = "http://github.com/asaaki/testrocket"
  s.summary     = %q{A super lightweight testing library for Ruby}
  s.description = %q{A super lightweight testing library for Ruby}

  s.rubyforge_project = "aki-testrocket"

  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"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aki-testrocket-0.0.3 testrocket.gemspec