mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 19:58:03 +00:00
20 lines
567 B
XML
20 lines
567 B
XML
<?xml version="1.0"?>
|
|
|
|
<utility xmlns="http://www.github/cliffe/SecGen/utility"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.github/cliffe/SecGen/utility">
|
|
<name>Ruby programming language</name>
|
|
<author>Jason Keighley</author>
|
|
<module_license>Apache v2</module_license>
|
|
<description>A Ruby installation</description>
|
|
|
|
<type>languages</type>
|
|
<platform>windows</platform>
|
|
|
|
<!--optional details-->
|
|
<reference></reference>
|
|
|
|
<requires>
|
|
<name>Chocolatey install</name>
|
|
</requires>
|
|
</utility> |