Sha256: 63582cc99f55196b060169e716e40e2bccb559f4430d97db78d9f730cebb23a0
Contents?: true
Size: 1.56 KB
Versions: 1
Compression:
Stored size: 1.56 KB
Contents
# -*- encoding: utf-8 -*- # stub: test-unit 3.6.7 ruby lib Gem::Specification.new do |s| s.name = "test-unit".freeze s.version = "3.6.7" s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "bug_tracker_uri" => "https://github.com/test-unit/test-unit/issues", "documentation_uri" => "https://test-unit.github.io/test-unit/en/", "source_code_uri" => "https://github.com/test-unit/test-unit" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Kouhei Sutou".freeze, "Haruka Yoshihara".freeze] s.date = "2024-12-17" s.description = "test-unit (Test::Unit) is unit testing framework for Ruby, based on xUnit\nprinciples. These were originally designed by Kent Beck, creator of extreme\nprogramming software development methodology, for Smalltalk's SUnit. It allows\nwriting tests, checking results and automated testing in Ruby.".freeze s.email = ["kou@cozmixng.org".freeze, "yoshihara@clear-code.com".freeze] s.homepage = "https://test-unit.github.io/".freeze s.licenses = ["Ruby".freeze, "BSDL".freeze, "PSFL".freeze] s.rubygems_version = "3.3.27".freeze s.summary = "An xUnit family unit testing framework for Ruby.".freeze s.installed_by_version = "3.3.27" if s.respond_to? :installed_by_version if s.respond_to? :specification_version then s.specification_version = 4 end if s.respond_to? :add_runtime_dependency then s.add_runtime_dependency(%q<power_assert>.freeze, [">= 0"]) else s.add_dependency(%q<power_assert>.freeze, [">= 0"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
es_cli-0.1.0 | vendor/bundle/ruby/3.1.0/specifications/test-unit-3.6.7.gemspec |