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