parent
addd9b74a4
commit
aaffc099fe
@ -1,30 +1,86 @@
|
|||||||
data:
|
# Keep a generated ruby.yaml file URL here to follow latest configuration.
|
||||||
api:
|
# https://github.com/fedora-modularity/dependency-report/blob/master/modules/ruby/ruby.yaml
|
||||||
rpms:
|
|
||||||
- ruby
|
|
||||||
components:
|
|
||||||
rpms:
|
|
||||||
autoconf: {rationale: Build dependency.}
|
|
||||||
checksec: {rationale: Build dependency.}
|
|
||||||
cmake: {rationale: Build dependency.}
|
|
||||||
libyaml: {rationale: Build dependency.}
|
|
||||||
multilib-rpm-config: {rationale: Build dependency.}
|
|
||||||
ruby: {rationale: Runtime dependency.}
|
|
||||||
rubypick: {rationale: Runtime dependency.}
|
|
||||||
systemtap: {rationale: Build dependency.}
|
|
||||||
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.'
|
|
||||||
filter: {}
|
|
||||||
license:
|
|
||||||
module: [(Ruby or BSD) and Public Domain and MIT and CC0 and zlib and UCD]
|
|
||||||
name: ''
|
|
||||||
stream: ''
|
|
||||||
summary: An interpreter of object-oriented scripting language
|
|
||||||
version: 0
|
|
||||||
document: modulemd
|
document: modulemd
|
||||||
version: 1
|
version: 1
|
||||||
|
data:
|
||||||
|
# From ruby.spec Summary
|
||||||
|
summary: An interpreter of object-oriented scripting language
|
||||||
|
# From ruby.spec description
|
||||||
|
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.'
|
||||||
|
# From *.spec License
|
||||||
|
license:
|
||||||
|
module:
|
||||||
|
- Ruby or BSD
|
||||||
|
- Public Domain
|
||||||
|
- MIT
|
||||||
|
- CC0
|
||||||
|
- zlib
|
||||||
|
- UCD
|
||||||
|
references:
|
||||||
|
community: http://ruby-lang.org/
|
||||||
|
documentation: https://www.ruby-lang.org/en/documentation/
|
||||||
|
tracker: https://bugs.ruby-lang.org/
|
||||||
|
dependencies:
|
||||||
|
buildrequires:
|
||||||
|
bootstrap: master
|
||||||
|
requires:
|
||||||
|
platform: master
|
||||||
|
platform-placeholder: master
|
||||||
|
components:
|
||||||
|
# SRPMs
|
||||||
|
rpms:
|
||||||
|
ruby:
|
||||||
|
# From ruby.spec Summary
|
||||||
|
rationale: An interpreter of object-oriented scripting language
|
||||||
|
buildorder: 101
|
||||||
|
ref: master
|
||||||
|
rubygem-bundler:
|
||||||
|
# From rubygem-bundler.spec Summary
|
||||||
|
rationale: >-
|
||||||
|
Library and utilities to manage a Ruby application's gem
|
||||||
|
dependencies
|
||||||
|
buildorder: 102
|
||||||
|
ref: master
|
||||||
|
rubypick:
|
||||||
|
# From rubypick.spec Summary
|
||||||
|
rationale: Stub to allow choosing Ruby runtime
|
||||||
|
buildorder: 103
|
||||||
|
ref: master
|
||||||
|
filiter:
|
||||||
|
# RPMs
|
||||||
|
rpms:
|
||||||
|
- rubypick
|
||||||
|
- ruby-doc
|
||||||
|
- rubygem-bundler-doc
|
||||||
|
api:
|
||||||
|
# RPMs
|
||||||
|
# From *.spec %package
|
||||||
|
rpms:
|
||||||
|
# From ruby.spec
|
||||||
|
- ruby
|
||||||
|
- ruby-devel
|
||||||
|
# - ruby-doc
|
||||||
|
- ruby-irb
|
||||||
|
- ruby-libs
|
||||||
|
- rubygems
|
||||||
|
- rubygems-devel
|
||||||
|
- rubygem-bigdecimal
|
||||||
|
- rubygem-did_you_mean
|
||||||
|
- rubygem-io-console
|
||||||
|
- rubygem-json
|
||||||
|
- rubygem-minitest
|
||||||
|
- rubygem-net-telnet
|
||||||
|
- rubygem-openssl
|
||||||
|
- rubygem-power_assert
|
||||||
|
- rubygem-psych
|
||||||
|
- rubygem-rake
|
||||||
|
- rubygem-rdoc
|
||||||
|
- rubygem-test-unit
|
||||||
|
- rubygem-xmlrpc
|
||||||
|
# From rubygem-bundler.spec
|
||||||
|
- rubygem-bundler
|
||||||
|
# - rubygem-bundler-doc
|
||||||
|
Loading…
Reference in new issue