diff --git a/SOURCES/modulemd.src.txt b/SOURCES/modulemd.src.txt index 4a63298..823a467 100644 --- a/SOURCES/modulemd.src.txt +++ b/SOURCES/modulemd.src.txt @@ -53,19 +53,19 @@ data: rpms: ruby: rationale: An interpreter of object-oriented scripting language - ref: stream-ruby-3.0-rhel-8.5.0 + ref: stream-ruby-3.0-rhel-8.6.0 buildorder: 101 multilib: [x86_64] rubygem-abrt: rationale: ABRT support for Ruby - ref: stream-ruby-3.0-rhel-8.5.0 + ref: stream-ruby-3.0-rhel-8.6.0 buildorder: 102 rubygem-mysql2: rationale: A simple, fast Mysql library for Ruby, binding to libmysql - ref: stream-ruby-3.0-rhel-8.5.0 + ref: stream-ruby-3.0-rhel-8.6.0 buildorder: 102 rubygem-pg: rationale: A Ruby interface to the PostgreSQL RDBMS - ref: stream-ruby-3.0-rhel-8.5.0 + ref: stream-ruby-3.0-rhel-8.6.0 buildorder: 102 ... diff --git a/ruby.yaml b/ruby.yaml deleted file mode 100644 index 07f7084..0000000 --- a/ruby.yaml +++ /dev/null @@ -1,72 +0,0 @@ ---- -document: modulemd -version: 2 -data: - name: ruby - stream: "3.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: [el8.5.0] - requires: - platform: [el8] - references: - community: http://ruby-lang.org/ - documentation: https://www.ruby-lang.org/en/documentation/ - tracker: https://bugs.ruby-lang.org/ - profiles: - common: - rpms: - - ruby - api: - rpms: - - ruby - - ruby-default-gems - - ruby-devel - - ruby-libs - - rubygem-abrt - - rubygem-bigdecimal - - rubygem-bundler - - rubygem-io-console - - rubygem-irb - - rubygem-json - - rubygem-minitest - - rubygem-mysql2 - - rubygem-net-telnet - - rubygem-openssl - - rubygem-pg - - rubygem-power_assert - - rubygem-psych - - rubygem-rake - - rubygem-rdoc - - rubygem-test-unit - - rubygem-xmlrpc - - rubygems - - rubygems-devel - components: - rpms: - ruby: - rationale: An interpreter of object-oriented scripting language - ref: 03019687b7969eafb3ba34851fc5192b0b958e5f - buildorder: 101 - multilib: [x86_64] - rubygem-abrt: - rationale: ABRT support for Ruby - ref: f4a0b89f5bf16144ef23083f263bd3a23fc439ef - buildorder: 102 - rubygem-mysql2: - rationale: A simple, fast Mysql library for Ruby, binding to libmysql - ref: 56d6fee11311554e005e8a78a6cfdd694ade353b - buildorder: 102 - rubygem-pg: - rationale: A Ruby interface to the PostgreSQL RDBMS - ref: 7364a7f3d2dd4f148b94867283a85c7bc345e3bc - buildorder: 102 -...