Sha256: 57f617e71a444b1123a18d5c385d6941c21fc813df3df4e71c246d5727f3fedf

Contents?: true

Size: 1.36 KB

Versions: 7

Compression:

Stored size: 1.36 KB

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "test-unit-rr"
  s.version = "1.0.1"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Kouhei Sutou"]
  s.date = "2011-02-10"
  s.description = "Test::Unit::RR - RR adapter for Test::Unit."
  s.email = ["kou@clear-code.com"]
  s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"]
  s.files = ["History.txt", "Manifest.txt", "README.txt"]
  s.homepage = "http://rubyforge.org/projects/test-unit/"
  s.rdoc_options = ["--main", "README.txt"]
  s.require_paths = ["lib"]
  s.rubyforge_project = "test-unit"
  s.rubygems_version = "1.8.24"
  s.summary = "Test::Unit::RR - RR adapter for Test::Unit."

  if s.respond_to? :specification_version then
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_runtime_dependency(%q<test-unit>, [">= 2.1.2"])
      s.add_runtime_dependency(%q<rr>, [">= 1.0.2"])
      s.add_development_dependency(%q<hoe>, [">= 2.4.0"])
    else
      s.add_dependency(%q<test-unit>, [">= 2.1.2"])
      s.add_dependency(%q<rr>, [">= 1.0.2"])
      s.add_dependency(%q<hoe>, [">= 2.4.0"])
    end
  else
    s.add_dependency(%q<test-unit>, [">= 2.1.2"])
    s.add_dependency(%q<rr>, [">= 1.0.2"])
    s.add_dependency(%q<hoe>, [">= 2.4.0"])
  end
end

Version data entries

7 entries across 3 versions & 1 rubygems

Version Path
bitclust-core-0.5.3 vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/specifications/test-unit-rr-1.0.1.gemspec
bitclust-core-0.5.3 vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.3/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/specifications/test-unit-rr-1.0.1.gemspec
bitclust-core-0.5.3 vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.3/vendor/bundle/ruby/1.9.1/specifications/test-unit-rr-1.0.1.gemspec
bitclust-core-0.5.3 vendor/bundle/ruby/1.9.1/specifications/test-unit-rr-1.0.1.gemspec
bitclust-core-0.5.2 vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/vendor/bundle/ruby/1.9.1/specifications/test-unit-rr-1.0.1.gemspec
bitclust-core-0.5.2 vendor/bundle/ruby/1.9.1/specifications/test-unit-rr-1.0.1.gemspec
bitclust-core-0.5.1 vendor/bundle/ruby/1.9.1/specifications/test-unit-rr-1.0.1.gemspec