Name: | rubygem-rack |
---|---|
Epoch: | 1 |
Version: | 2.2.4 |
Release: | 1.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 313603 |
License: | MIT and BSD |
RPM: | rubygem-rack-2.2.4-1.el9.noarch.rpm |
Source RPM: | rubygem-rack-2.2.4-1.el9.src.rpm |
Build Date: | Tue Sep 13 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://rack.github.io/ |
Summary: | A modular Ruby webserver interface |
Description: | Rack provides a minimal, modular and adaptable interface for developing web applications in Ruby. By wrapping HTTP requests and responses in the simplest way possible, it unifies and distills the API for web servers, web frameworks, and software in between (the so-called middleware) into a single method call. |
- Update to Rack 2.2.4 Resolves: rhbz#2091121 Resolves: rhbz#2113698
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- Backport Ruby 3.1 / Psych 4.0 support.
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- Fix FTBFS due to WEBrick removed from Ruby 3.0.
- Re-enable test suite. - Remove rubygem(thin) dependency for good.