Update to 4.0

This commit is contained in:
eabdullin 2026-03-31 15:01:55 +03:00
parent c488b25d03
commit bd8e33a0e8

View File

@ -1,21 +1,19 @@
---
document: modulemd
version: 2
document: modulemd-packager
version: 3
data:
stream: 3.3
name: ruby
stream: 4.0
summary: An interpreter of object-oriented scripting language
description: >-
Ruby is the interpreted scripting language for quick and easy object-oriented
programming. It has many features to process text files and to do system management
tasks (as in Perl). It is simple, straight-forward, and extensible.
license:
module:
- MIT
dependencies:
- buildrequires:
platform: [el9]
requires:
platform: [el9]
- MIT
configurations:
- context: '9'
platform: el9
references:
community: http://ruby-lang.org/
documentation: https://www.ruby-lang.org/en/documentation/
@ -34,7 +32,6 @@ data:
- ruby-default-gems
- ruby-devel
- ruby-libs
- rubygem-abrt
- rubygem-bigdecimal
- rubygem-bundler
- rubygem-io-console
@ -59,23 +56,19 @@ data:
rpms:
rpm-local-generator-support:
rationale: RPM local_generator support
ref: c8s
ref: stream-ruby-4.0-rhel-9.8.0
buildorder: 100
ruby:
rationale: An interpreter of object-oriented scripting language
ref: stream-ruby-3.3-rhel-8.10.0
ref: stream-ruby-4.0-rhel-9.8.0
buildorder: 101
multilib: [x86_64]
rubygem-abrt:
rationale: ABRT support for Ruby
ref: stream-ruby-3.3-rhel-8.10.0
buildorder: 102
rubygem-mysql2:
rationale: A simple, fast Mysql library for Ruby, binding to libmysql
ref: stream-ruby-3.3-rhel-8.10.0
ref: stream-ruby-4.0-rhel-9.8.0
buildorder: 102
rubygem-pg:
rationale: A Ruby interface to the PostgreSQL RDBMS
ref: stream-ruby-3.3-rhel-8.10.0
ref: stream-ruby-4.0-rhel-9.8.0
buildorder: 102
...