Name: | rh-ruby27-rubygem-test-unit |
---|---|
Version: | 3.3.4 |
Release: | 130.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 666997 |
License: | (Ruby or BSD) and (Ruby or BSD or Python) and (Ruby or BSD or LGPLv2+) |
RPM: | rh-ruby27-rubygem-test-unit-3.3.4-130.el7.noarch.rpm |
Source RPM: | rh-ruby27-ruby-2.7.4-130.el7.src.rpm |
Build Date: | Mon Sep 20 2021 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://ruby-lang.org/ |
Summary: | An xUnit family unit testing framework for Ruby |
Description: | Test::Unit (test-unit) is unit testing framework for Ruby, based on xUnit principles. These were originally designed by Kent Beck, creator of extreme programming software development methodology, for Smalltalk's SUnit. It allows writing tests, checking results and automated testing in Ruby. |
- Upgrade to Ruby 2.7.4. - Fix command injection vulnerability in RDoc. Resolves: rhbz#1996669 - Fix FTP PASV command response can cause Net::FTP to connect to arbitrary host. Resolves: rhbz#1996666 - Fix StartTLS stripping vulnerability in Net::IMAP. Resolves: rhbz#1996668 - Revert a commit changing CFLAGS to avoid failures in test_jit.rb. - Upgrade to Bundler 2.2.24. Resolves: CVE-2020-36327 - Fix some failing Bundler tests with old Git.
- Upgrade to Ruby 2.7.3. Resolves: rhbz#1947931 - Resolv::DNS: timeouts if multiple IPv6 name servers are given and address contains leading zero Resolves: rhbz#1950016
- Upgrade to Ruby 2.7.1. Resolves: rhbz#1826872 - Call load builtin macro if it is defined, or call own load macro.
- Fix did_you_mean (LoadError) that happens when running `bundle install`. Resolves: rhbz#1819245
- Provide StdLib links for Racc and install it by default.
- Upgrade to Ruby 2.7.0.
- Exclude {rdoc,irb}.rb dangling symlinks from ruby-libs.
- Link IRB back to StdLib.
- Upgrade to Ruby 2.6.2.
- Don't ship .stp files when SystemTap support is disabled.