comparison tool_dependencies.xml @ 2:b0b00c22ba31 draft default tip

Uploaded
author jmchilton
date Thu, 08 Aug 2013 02:40:25 -0400
parents 058a042b5025
children
comparison
equal deleted inserted replaced
1:058a042b5025 2:b0b00c22ba31
2 <tool_dependency> 2 <tool_dependency>
3 <package name="rubytest" version="0.1.0"> 3 <package name="rubytest" version="0.1.0">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="setup_rvm" ruby="1.9.3-p448"> 6 <action type="setup_rvm" ruby="1.9.3-p448">
7 <gem>protk=1.2.4</gem> 7 <gem version="1.2.4">protk</gem>
8 </action> 8 </action>
9 <action type="shell_command"> 9 <action type="shell_command">protk_setup.rb omssa</action>
10 protk_setup.rb omssa
11 </action>
12
13 </actions> 10 </actions>
14 </install> 11 </install>
15 <readme> 12 <readme>
16 RVM Example 13 RVM Example
17 </readme> 14 </readme>