changeset 0:075fd29f0a57 draft

Uploaded
author bgruening
date Thu, 24 Oct 2013 03:46:20 -0400
parents
children a01b958510e0
files tool_dependencies.xml
diffstat 1 files changed, 20 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Thu Oct 24 03:46:20 2013 -0400
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="ruby" version="1.9">
+        <install version="1.0">
+            <actions>
+                <action type="setup_ruby_environment">
+                   <repository changeset_revision="a0494c6e1c63" name="package_ruby_2_0" owner="bgruening" toolshed="http://testtoolshed.g2.bx.psu.edu">
+                       <package name="ruby" version="2.0" />
+                   </repository>
+                    <!-- allow downloading and installing an Ruby package from http://rubygems.org/ -->
+                    <package>bio=1.4.3.0001</package>
+                </action>
+            </actions>
+        </install>
+        <readme>
+            This installs boiruby 1.4.3.001 under Ruby 2.0.
+            http://bioruby.org/
+        </readme>
+    </package>
+</tool_dependency>