Update to Module Ruby 2.6, by merging Fedora 2.6 branch.
Resolves: rhbz#1672575 Signed-off-by: Jun Aruga <jaruga@redhat.com>
This commit is contained in:
parent
2cb17e9449
commit
57ee818250
@ -1,9 +0,0 @@
|
|||||||
# modules/ruby
|
|
||||||
|
|
||||||
## Current status
|
|
||||||
|
|
||||||
This module is not available yet.
|
|
||||||
|
|
||||||
See this Bugzilla ticket to check the status.
|
|
||||||
|
|
||||||
https://bugzilla.redhat.com/show_bug.cgi?id=1490285
|
|
26
ruby.yaml
26
ruby.yaml
@ -11,7 +11,7 @@ data:
|
|||||||
object-oriented programming. It has many features to process text
|
object-oriented programming. It has many features to process text
|
||||||
files and to do system management tasks (as in Perl). It is simple,
|
files and to do system management tasks (as in Perl). It is simple,
|
||||||
straight-forward, and extensible.
|
straight-forward, and extensible.
|
||||||
stream: 2.5
|
stream: 2.6
|
||||||
license:
|
license:
|
||||||
module:
|
module:
|
||||||
- MIT
|
- MIT
|
||||||
@ -32,44 +32,37 @@ data:
|
|||||||
rationale: An interpreter of object-oriented scripting language
|
rationale: An interpreter of object-oriented scripting language
|
||||||
multilib: [x86_64]
|
multilib: [x86_64]
|
||||||
buildorder: 101
|
buildorder: 101
|
||||||
ref: stream-ruby-2.5-rhel-8.1.0
|
ref: stream-ruby-2.6-rhel-8.1.0
|
||||||
rubygem-abrt:
|
rubygem-abrt:
|
||||||
# From rubygem-abrt.spec Summary
|
# From rubygem-abrt.spec Summary
|
||||||
rationale: >-
|
rationale: >-
|
||||||
ABRT support for Ruby
|
ABRT support for Ruby
|
||||||
buildorder: 102
|
buildorder: 102
|
||||||
ref: stream-ruby-2.5-rhel-8.1.0
|
ref: stream-ruby-2.6-rhel-8.1.0
|
||||||
rubygem-bundler:
|
|
||||||
# From rubygem-bundler.spec Summary
|
|
||||||
rationale: >-
|
|
||||||
Library and utilities to manage a Ruby application's gem
|
|
||||||
dependencies
|
|
||||||
buildorder: 102
|
|
||||||
ref: stream-ruby-2.5-rhel-8.1.0
|
|
||||||
rubygem-mysql2:
|
rubygem-mysql2:
|
||||||
# From rubygem-mysql2.spec Summary
|
# From rubygem-mysql2.spec Summary
|
||||||
rationale: >-
|
rationale: >-
|
||||||
A simple, fast Mysql library for Ruby, binding to libmysql
|
A simple, fast Mysql library for Ruby, binding to libmysql
|
||||||
buildorder: 102
|
buildorder: 102
|
||||||
ref: stream-ruby-2.5-rhel-8.1.0
|
ref: stream-ruby-2.6-rhel-8.1.0
|
||||||
rubygem-pg:
|
rubygem-pg:
|
||||||
# From rubygem-pg.spec Summary
|
# From rubygem-pg.spec Summary
|
||||||
rationale: >-
|
rationale: >-
|
||||||
A Ruby interface to the PostgreSQL RDBMS
|
A Ruby interface to the PostgreSQL RDBMS
|
||||||
buildorder: 102
|
buildorder: 102
|
||||||
ref: stream-ruby-2.5-rhel-8.1.0
|
ref: stream-ruby-2.6-rhel-8.1.0
|
||||||
rubygem-bson:
|
rubygem-bson:
|
||||||
# From rubygem-bson.spec Summary
|
# From rubygem-bson.spec Summary
|
||||||
rationale: >-
|
rationale: >-
|
||||||
Ruby Implementation of the BSON specification
|
Ruby Implementation of the BSON specification
|
||||||
buildorder: 102
|
buildorder: 102
|
||||||
ref: stream-ruby-2.5-rhel-8.1.0
|
ref: stream-ruby-2.6-rhel-8.1.0
|
||||||
rubygem-mongo:
|
rubygem-mongo:
|
||||||
# From rubygem-mongo.spec Summary
|
# From rubygem-mongo.spec Summary
|
||||||
rationale: >-
|
rationale: >-
|
||||||
Ruby driver for MongoDB
|
Ruby driver for MongoDB
|
||||||
buildorder: 103
|
buildorder: 103
|
||||||
ref: stream-ruby-2.5-rhel-8.1.0
|
ref: stream-ruby-2.6-rhel-8.1.0
|
||||||
buildopts:
|
buildopts:
|
||||||
rpms:
|
rpms:
|
||||||
macros: |
|
macros: |
|
||||||
@ -81,13 +74,14 @@ data:
|
|||||||
# From ruby.spec
|
# From ruby.spec
|
||||||
- ruby
|
- ruby
|
||||||
- ruby-devel
|
- ruby-devel
|
||||||
- ruby-irb
|
|
||||||
- ruby-libs
|
- ruby-libs
|
||||||
- rubygems
|
- rubygems
|
||||||
- rubygems-devel
|
- rubygems-devel
|
||||||
- rubygem-bigdecimal
|
- rubygem-bigdecimal
|
||||||
|
- rubygem-bundler
|
||||||
- rubygem-did_you_mean
|
- rubygem-did_you_mean
|
||||||
- rubygem-io-console
|
- rubygem-io-console
|
||||||
|
- rubygem-irb
|
||||||
- rubygem-json
|
- rubygem-json
|
||||||
- rubygem-minitest
|
- rubygem-minitest
|
||||||
- rubygem-net-telnet
|
- rubygem-net-telnet
|
||||||
@ -100,8 +94,6 @@ data:
|
|||||||
- rubygem-xmlrpc
|
- rubygem-xmlrpc
|
||||||
# From rubygem-abrt.spec
|
# From rubygem-abrt.spec
|
||||||
- rubygem-abrt
|
- rubygem-abrt
|
||||||
# From rubygem-bundler.spec
|
|
||||||
- rubygem-bundler
|
|
||||||
# From rubygem-mysql2.spec
|
# From rubygem-mysql2.spec
|
||||||
- rubygem-mysql2
|
- rubygem-mysql2
|
||||||
# From rubygem-pg.spec
|
# From rubygem-pg.spec
|
||||||
|
Loading…
Reference in New Issue
Block a user