Package ri: Information

    Binary package: ri
    Version: 2.4.4-alt1.E2K.1
    Architecture: noarch
    Build time:  Nov 29, 2020, 04:46 PM
    Source package: ruby
    Category: Development/Ruby
    Report package bug
    License: BSD (revised) or Ruby
    Summary: Tool for display descriptions of built-in Ruby methods, classes, and modules
    Description: 
    ri is a command line tool that displays descriptions of built-in Ruby methods,
    classes, and modules. For methods, it shows  you  the  calling sequence  and
    a description. For classes and modules, it shows a synopsis along with a list
    of the methods the class or module implements.

    Maintainer: Andrew Savchenko


    Last changed


    Sept. 16, 2018 Andrew Savchenko 2.4.4-alt1.E2K.1
    - Version bump for CVE-2017-17742, CVE-2018-6914, CVE-2018-8777,
      CVE-2018-8778, CVE-2018-8779, CVE-2018-8780 fixes.
    - Enable -O3 optimization anm apply vm.c workaround for lcc bug.
    - Move to E2K naming scheme.
    - Switch to e2k e2kv4 e2kv5 e2kv6 e2k4c e2k8c e2k1cp e2k8c2 e2k12c e2k16c e2k2c3.
    Dec. 21, 2017 Andrew Savchenko 2.4.2-alt4.1
    - Filter wrong self dependencies.
    - Port e2k patches from ruby-2.2.8.
    Dec. 21, 2017 Andrew Savchenko 2.4.2-alt4
    - Properly check for __uint128_t.