<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
Just doing the preliminary spike into getting buildr and candlepin to
build as rpms.<br>
<br>
Here's what I have so far:<br>
<br>
We need to add the following gems as RPMs<br>
<br>
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=ISO-8859-1">
<title></title>
<meta name="GENERATOR" content="OpenOffice.org 3.1  (Unix)">
<style>
                <!-- 
                BODY,DIV,TABLE,THEAD,TBODY,TFOOT,TR,TH,TD,P { font-family:"Liberation Sans"; font-size:x-small }
                 -->
        </style>
<table border="0" cellspacing="0" cols="1" frame="VOID" rules="NONE">
  <colgroup><col width="193"></colgroup> <tbody>
    <tr>
      <td height="17" width="193" align="LEFT"><font
 face="Liberation Serif">&nbsp; Antwrap (= 0.7.0, runtime)</font></td>
    </tr>
    <tr>
      <td height="17" align="LEFT"> echoe (&gt;= 0, development)</td>
    </tr>
    <tr>
      <td height="17" align="LEFT"> fakefs (&gt;= 0.2.1, development)</td>
    </tr>
    <tr>
      <td height="16" align="LEFT"> heckle (&gt;= 1.4.3, development)</td>
    </tr>
    <tr>
      <td height="17" align="LEFT"> json_pure (&gt;= 1.1.7, runtime)</td>
    </tr>
    <tr>
      <td height="17" align="LEFT"><font face="Liberation Serif">&nbsp;
net-sftp (= 2.0.2, runtime)</font></td>
    </tr>
    <tr>
      <td height="17" align="LEFT"><font face="Liberation Serif">&nbsp;
net-ssh (= 2.0.15, runtime)</font></td>
    </tr>
    <tr>
      <td height="16" align="LEFT"> prawn </td>
    </tr>
    <tr>
      <td height="16" align="LEFT"> prawn-format </td>
    </tr>
    <tr>
      <td height="17" align="LEFT"><font face="Liberation Serif">&nbsp; rjb
(= 1.1.9, runtime)</font></td>
    </tr>
    <tr>
      <td height="17" align="LEFT"> rr </td>
    </tr>
    <tr>
      <td height="17" align="LEFT"><font face="Liberation Serif">&nbsp;
rubyzip (= 0.9.1, runtime)</font></td>
    </tr>
    <tr>
      <td height="17" align="LEFT"> shoulda </td>
    </tr>
    <tr>
      <td height="17" align="LEFT"> spork </td>
    </tr>
    <tr>
      <td height="17" align="LEFT"><font face="Liberation Serif">&nbsp;
xml-simple (= 1.0.12, runtime)</font></td>
    </tr>
    <tr>
      <td height="17" align="LEFT"> webmock </td>
    </tr>
  </tbody>
</table>
<br>
<br>
<br>
To generate this list, I ran&nbsp; <br>
<br>
&nbsp;gem dependency buildr | cut -f1 -d\( | xargs&nbsp; gem dependency | grep -v
Gem | sort -u |&nbsp; cut -f1 -d\(<br>
<br>
<br>
and then kept adding on to the end<br>
<br>
&nbsp;| xargs gem dependency | grep -v Gem |&nbsp; cut -f1 -d\( | sort -u |
xargs&nbsp; gem dependency | grep -v Gem | sort -u |&nbsp; cut -f1 -d\( <br>
<br>
Until I go no new gems.<br>
<br>
I haven't Built a tree out of them yet.<br>
<br>
I've attached an spreadsheet so you can see the list of dependencies
that are filled as well.<br>
</body>
</html>