Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/ruby.xml

    r20a35ab re4c4af6  
    55  %general-entities;
    66
    7   <!ENTITY ruby-download-http "https://cache.ruby-lang.org/pub/ruby/&ruby-minor-version;/ruby-&ruby-version;.tar.xz">
     7  <!ENTITY ruby-download-http "http://cache.ruby-lang.org/pub/ruby/&ruby-minor-version;/ruby-&ruby-version;.tar.xz">
    88  <!ENTITY ruby-download-ftp  " ">
    9   <!ENTITY ruby-md5sum        "242d3a5a2588180ccb3dea9ad8c8cf0e">
     9  <!ENTITY ruby-md5sum        "fefb57db58b5c3f11534710bab2bba47">
    1010  <!ENTITY ruby-size          "14 MB">
    11   <!ENTITY ruby-buildsize     "573 MB (add 532 MB for C API docs)">
    12   <!ENTITY ruby-time          "1.5 SBU (using parallelism=4; add 4.9 SBU for tests; add 0.8 SBU for C API docs)">
     11  <!ENTITY ruby-buildsize     "629 MB (add 533 MB for C API docs)">
     12  <!ENTITY ruby-time          "1.3 SBU (using parallelism=4; add 5.5 SBU for tests; add 0.8 SBU for C API docs)">
    1313]>
    1414
     
    1717
    1818  <sect1info>
     19    <othername>$LastChangedBy$</othername>
    1920    <date>$Date$</date>
    2021  </sect1info>
     
    3536    </para>
    3637
    37     &lfs110a_checked;
     38    &lfs10_checked;
    3839
    3940    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    110111
    111112    <para>
    112       To test the results, issue: <command>make check</command>. There are over
     113      To test the results, issue: <command>make check</command>. There are almost
    113114      21,000 tests. Some tests related to ipv6 may indicate errors.  If the
    114115      tests are run in a directory that has a world writable component (e.g.
    115       /tmp) then several additional tests may fail. A few tests may fail due
     116      /tmp) then several additional tests may fail. A few tests my fail due
    116117      to system configuration expectations.
    117118    </para>
    118 <!-- With 3.0.2:
    119 Finished tests in 443.541527s, 47.5739 tests/s, 6031.9921 assertions/s.                           21101 tests, 2675439 assertions, 4 failures, 1 errors, 45 skips -->
    120119
    121120    <para>
     
    196195        <listitem>
    197196          <para>
    198             creates bundles of Ruby Gems
     197            creates bundles of Ruby Gems.
    199198          </para>
    200199          <indexterm zone="ruby bundle">
     
    208207        <listitem>
    209208          <para>
    210             manages an application's dependencies throughout it's lifecycle
     209            manages an application's dependencies throughout it's lifecycle.
    211210          </para>
    212211          <indexterm zone="ruby bundler">
     
    221220          <para>
    222221            is Tiny eRuby. It interprets a
    223             <application>Ruby</application> code embedded text file
     222            <application>Ruby</application> code embedded text file.
    224223          </para>
    225224          <indexterm zone="ruby erb">
     
    234233          <para>
    235234            command for RubyGems - a sophisticated package manager for
    236             <application>Ruby</application>
     235            <application>Ruby</application>.
    237236          </para>
    238237          <indexterm zone="ruby gem">
     
    247246          <para>
    248247            is the interactive interface for
    249             <application>Ruby</application>
     248            <application>Ruby</application>.
    250249          </para>
    251250          <indexterm zone="ruby irb">
     
    259258        <listitem>
    260259          <para>
    261             a make-like build utility for <application>Ruby</application>
     260            a make-like build utility for <application>Ruby</application>.
    262261          </para>
    263262          <indexterm zone="ruby rake">
     
    271270        <listitem>
    272271          <para>
    273             generates <application>Ruby</application> documentation
     272            generates <application>Ruby</application> documentation.
    274273          </para>
    275274          <indexterm zone="ruby rdoc">
     
    284283          <para>
    285284            displays documentation from a database on
    286             <application>Ruby</application> classes, modules, and methods
     285            <application>Ruby</application> classes, modules, and methods.
    287286          </para>
    288287          <indexterm zone="ruby ri">
     
    297296          <para>
    298297            is an interpreted scripting language for quick
    299             and easy object-oriented programming
     298            and easy object-oriented programming.
    300299          </para>
    301300          <indexterm zone="ruby ruby-prog">
     
    309308        <listitem>
    310309          <para>
    311             contains the API functions required by <application>Ruby</application>
     310            contains the API functions required by <application>Ruby</application>.
    312311          </para>
    313312          <indexterm zone="ruby libruby">
Note: See TracChangeset for help on using the changeset viewer.