changeset 2:eeb8a2b06450 draft

Uploaded
author bgruening
date Thu, 24 Oct 2013 03:19:13 -0400
parents 414aafae37b7
children a0494c6e1c63
files tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Oct 24 03:19:01 2013 -0400
+++ b/tool_dependencies.xml	Thu Oct 24 03:19:13 2013 -0400
@@ -1,9 +1,9 @@
 <?xml version="1.0"?>
 <tool_dependency>
-    <package name="ruby" version="2.0">
+    <package name="ruby" version="1.9">
         <install version="1.0">
             <actions>
-                <action type="download_by_url">http://cache.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p247.tar.gz</action>
+                <action type="download_by_url">http://cache.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p448.tar.gz</action>
 
                 <action type="autoconf">--disable-install-doc</action>
                 <action type="set_environment">
@@ -14,7 +14,7 @@
             </actions>
         </install>
         <readme>
-            This installs ruby 2.0.x. Ruby is a dynamic, open source programming language with a focus on simplicity and productivity.
+            This installs ruby 1.9.3. Ruby is a dynamic, open source programming language with a focus on simplicity and productivity. 
             It has an elegant syntax that is natural to read and easy to write.
             https://www.ruby-lang.org/
         </readme>