Author: randy
Date: 2006-04-02 05:42:17 -0600 (Sun, 02 Apr 2006)
New Revision: 5790

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/prog/ruby.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Updated to Ruby-1.8.4

Modified: trunk/BOOK/general/prog/ruby.xml
===================================================================
--- trunk/BOOK/general/prog/ruby.xml    2006-04-02 11:36:15 UTC (rev 5789)
+++ trunk/BOOK/general/prog/ruby.xml    2006-04-02 11:42:17 UTC (rev 5790)
@@ -6,9 +6,9 @@
 
   <!ENTITY ruby-download-http 
"http://www.ibiblio.org/pub/languages/ruby/ruby/ruby-&ruby-version;.tar.gz";>
   <!ENTITY ruby-download-ftp  
"ftp://ftp.ruby-lang.org/pub/ruby/ruby-&ruby-version;.tar.gz";>
-  <!ENTITY ruby-md5sum        "63d6c2bddd6af86664e338b31f3189a6">
-  <!ENTITY ruby-size          "4.2 MB">
-  <!ENTITY ruby-buildsize     "63.9 MB">
+  <!ENTITY ruby-md5sum        "bd8c2e593e1fa4b01fd98eaf016329bb">
+  <!ENTITY ruby-size          "4.3 MB">
+  <!ENTITY ruby-buildsize     "65.9 MB">
   <!ENTITY ruby-time          "1.0 SBU">
 ]>
 
@@ -75,8 +75,10 @@
     <para>Install <application>Ruby</application> by running the following
     commands:</para>
 
-<screen><userinput>./configure --prefix=/usr --enable-shared \
-    --enable-pthread --enable-install-doc &amp;&amp;
+<screen><userinput>./configure --prefix=/usr \
+            --enable-shared \
+            --enable-pthread \
+            --enable-install-doc &amp;&amp;
 make</userinput></screen>
 
     <para>To test the results, issue: <command>make test</command>.</para>

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2006-04-02 11:36:15 UTC (rev 5789)
+++ trunk/BOOK/general.ent      2006-04-02 11:42:17 UTC (rev 5790)
@@ -179,7 +179,7 @@
 <!ENTITY php-version                  "5.1.2">
 <!ENTITY Python-version               "2.4.2">
 <!ENTITY pyxml-version                "0.8.4">
-<!ENTITY ruby-version                 "1.8.3">
+<!ENTITY ruby-version                 "1.8.4">
 <!ENTITY tcl-version                  "8.4.12">
 <!ENTITY tk-version                   "8.4.12">
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2006-04-02 11:36:15 UTC 
(rev 5789)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2006-04-02 11:42:17 UTC 
(rev 5790)
@@ -45,6 +45,9 @@
       <para>April 2nd, 2006</para>
       <itemizedlist>
         <listitem>
+          <para>[randy] - Updated to Ruby-1.8.4.</para>
+        </listitem>
+        <listitem>
           <para>[randy] - Updated the HTTP download link in the PPP
           instructions.</para>
         </listitem>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to