Name: | rh-ruby30-rubygem-test-unit |
---|---|
Version: | 3.3.7 |
Release: | 147.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 625919 |
License: | (Ruby or BSD) and (Ruby or BSD or Python) and (Ruby or BSD or LGPLv2+) |
RPM: | rh-ruby30-rubygem-test-unit-3.3.7-147.el7.noarch.rpm |
Source RPM: | rh-ruby30-ruby-3.0.1-147.el7.src.rpm |
Build Date: | Fri Jun 04 2021 |
Build Host: | host-100-100-224-37.blddevtest1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://www.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 3.0.1. Resolves: rhbz#1947933 Resolves: CVE-2021-28965
- Add the requirement of the ruby-default-gems to the ruby. Related: rhbz#1921719
- Fix the ruby systemtap file path. Resolves: rhbz#1932291 - Revert removing the rdoc symbolic files that are specific in SCL. - Bundle RDoc into StdLib. Resolves: rhbz#1921719 - Merge commits from Fedora rawhide branch. Related: rhbz#1903661
- Upgrade to Ruby 3.0.0. Resolves: rhbz#1903661 - Skip the ssl tests for offline on Brew build environment. - Remove the rdoc symbolic files that are specific in SCL.
- 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.