Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/ruby.xml

    re4c4af6 r20a35ab  
    55  %general-entities;
    66
    7   <!ENTITY ruby-download-http "http://cache.ruby-lang.org/pub/ruby/&ruby-minor-version;/ruby-&ruby-version;.tar.xz">
     7  <!ENTITY ruby-download-http "https://cache.ruby-lang.org/pub/ruby/&ruby-minor-version;/ruby-&ruby-version;.tar.xz">
    88  <!ENTITY ruby-download-ftp  " ">
    9   <!ENTITY ruby-md5sum        "fefb57db58b5c3f11534710bab2bba47">
     9  <!ENTITY ruby-md5sum        "242d3a5a2588180ccb3dea9ad8c8cf0e">
    1010  <!ENTITY ruby-size          "14 MB">
    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)">
     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)">
    1313]>
    1414
     
    1717
    1818  <sect1info>
    19     <othername>$LastChangedBy$</othername>
    2019    <date>$Date$</date>
    2120  </sect1info>
     
    3635    </para>
    3736
    38     &lfs10_checked;
     37    &lfs110a_checked;
    3938
    4039    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    111110
    112111    <para>
    113       To test the results, issue: <command>make check</command>. There are almost
     112      To test the results, issue: <command>make check</command>. There are over
    114113      21,000 tests. Some tests related to ipv6 may indicate errors.  If the
    115114      tests are run in a directory that has a world writable component (e.g.
    116       /tmp) then several additional tests may fail. A few tests my fail due
     115      /tmp) then several additional tests may fail. A few tests may fail due
    117116      to system configuration expectations.
    118117    </para>
     118<!-- With 3.0.2:
     119Finished tests in 443.541527s, 47.5739 tests/s, 6031.9921 assertions/s.                           21101 tests, 2675439 assertions, 4 failures, 1 errors, 45 skips -->
    119120
    120121    <para>
     
    195196        <listitem>
    196197          <para>
    197             creates bundles of Ruby Gems.
     198            creates bundles of Ruby Gems
    198199          </para>
    199200          <indexterm zone="ruby bundle">
     
    207208        <listitem>
    208209          <para>
    209             manages an application's dependencies throughout it's lifecycle.
     210            manages an application's dependencies throughout it's lifecycle
    210211          </para>
    211212          <indexterm zone="ruby bundler">
     
    220221          <para>
    221222            is Tiny eRuby. It interprets a
    222             <application>Ruby</application> code embedded text file.
     223            <application>Ruby</application> code embedded text file
    223224          </para>
    224225          <indexterm zone="ruby erb">
     
    233234          <para>
    234235            command for RubyGems - a sophisticated package manager for
    235             <application>Ruby</application>.
     236            <application>Ruby</application>
    236237          </para>
    237238          <indexterm zone="ruby gem">
     
    246247          <para>
    247248            is the interactive interface for
    248             <application>Ruby</application>.
     249            <application>Ruby</application>
    249250          </para>
    250251          <indexterm zone="ruby irb">
     
    258259        <listitem>
    259260          <para>
    260             a make-like build utility for <application>Ruby</application>.
     261            a make-like build utility for <application>Ruby</application>
    261262          </para>
    262263          <indexterm zone="ruby rake">
     
    270271        <listitem>
    271272          <para>
    272             generates <application>Ruby</application> documentation.
     273            generates <application>Ruby</application> documentation
    273274          </para>
    274275          <indexterm zone="ruby rdoc">
     
    283284          <para>
    284285            displays documentation from a database on
    285             <application>Ruby</application> classes, modules, and methods.
     286            <application>Ruby</application> classes, modules, and methods
    286287          </para>
    287288          <indexterm zone="ruby ri">
     
    296297          <para>
    297298            is an interpreted scripting language for quick
    298             and easy object-oriented programming.
     299            and easy object-oriented programming
    299300          </para>
    300301          <indexterm zone="ruby ruby-prog">
     
    308309        <listitem>
    309310          <para>
    310             contains the API functions required by <application>Ruby</application>.
     311            contains the API functions required by <application>Ruby</application>
    311312          </para>
    312313          <indexterm zone="ruby libruby">
Note: See TracChangeset for help on using the changeset viewer.