Files
SecGen/modules/utilities/unix/languages/ruby/secgen_metadata.xml
2018-11-16 10:19:08 +00:00

25 lines
731 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>Thomas Shaw</author>
<author>puppetlabs</author>
<module_license>Apache v2</module_license>
<description>An installation of Ruby</description>
<type>language</type>
<type>ruby</type>
<platform>linux</platform>
<!--optional details-->
<reference>https://forge.puppet.com/puppetlabs/ruby</reference>
<software_name>ruby</software_name>
<software_license>Apache v2</software_license>
<requires>
<type>update</type>
</requires>
</utility>