Warning: chmod(): Operation not permitted in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8 [0] in function chmod in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8 [1] in function include_once in /var/www/hopeinstoughton_www/wp-settings.php on line 560 [2] in function require_once in /var/www/hopeinstoughton_www/wp-config.php on line 85 [3] in function require_once in /var/www/hopeinstoughton_www/wp-load.php on line 50 [4] in function require_once in /var/www/hopeinstoughton_www/wp-blog-header.php on line 13 [5] in function require in /var/www/hopeinstoughton_www/index.php on line 17
| Server IP : 94.177.8.99 / Your IP : 216.73.217.165 Web Server : Apache/2.4.58 (Ubuntu) System : Linux aries 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/share/rubygems-integration/all/specifications/ |
Upload File : |
# -*- encoding: utf-8 -*-
# stub: test-unit 3.6.2 ruby lib
Gem::Specification.new do |s|
s.name = "test-unit".freeze
s.version = "3.6.2"
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-03-03"
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.4.20".freeze
s.summary = "An xUnit family unit testing framework for Ruby.".freeze
s.installed_by_version = "3.4.20" if s.respond_to? :installed_by_version
s.specification_version = 4
s.add_runtime_dependency(%q<power_assert>.freeze, [">= 0"])
s.add_development_dependency(%q<bundler>.freeze, [">= 0"])
s.add_development_dependency(%q<rake>.freeze, [">= 0"])
s.add_development_dependency(%q<yard>.freeze, [">= 0"])
s.add_development_dependency(%q<kramdown>.freeze, [">= 0"])
s.add_development_dependency(%q<packnga>.freeze, [">= 0"])
end