<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -23,10 +23,9 @@ post '/' do
           data   = params[:data]
 
           tmpdir = &quot;tmp/#{repo}&quot;
-          tmpdir = &quot;.&quot;
           spec   = nil
 
-          #`git clone --depth 1 git://github.com/#{repo} #{tmpdir}`
+          `git clone --depth 1 git://github.com/#{repo} #{tmpdir}`
           Dir.chdir(tmpdir) do
             Thread.new do
               spec = eval &lt;&lt;-EOE
@@ -53,10 +52,10 @@ post '/' do
             spec.rubygems_version = Gem::RubyGemsVersion # make sure validation passes
             spec.validate
           end
-          #`rm -rf #{tmpdir}`
+          `rm -rf #{tmpdir}`
           w.write YAML.dump(spec)
         rescue Object =&gt; e
-          #`rm -rf #{tmpdir}`
+          `rm -rf #{tmpdir}`
           puts e
           puts e.backtrace
           w.write &quot;ERROR: #{e}&quot;</diff>
      <filename>gem_eval.rb</filename>
    </modified>
    <modified>
      <diff>@@ -16,8 +16,6 @@ Kernel.freeze
 # disable ObjectSpace
 Object.send :remove_const, :ObjectSpace
 
-
-#TODO: use gsub to run any code you want
 # make sure all string methods which modify self also taint the string
 class String
   %w(swapcase! strip! squeeze! reverse! downcase! upcase! delete! slice! replace []= &lt;&lt;).each do |method_name|</diff>
      <filename>security.rb</filename>
    </modified>
    <modified>
      <diff>@@ -46,8 +46,8 @@ Thread.new do
   $SAFE = 3
   Dir.set_safe_level
   assert_raises SecurityError, &quot;snuck tainted string past glob&quot; do
-    p Dir['**','**']
-    p Dir.glob(['**', '**'])
+    Dir['**','**']
+    Dir.glob(['**', '**'])
   end
 end.join
 Dir.set_safe_level</diff>
      <filename>security_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0260380e375d2dd0e1a8fcab15f91ce56dbe778e</id>
    </parent>
  </parents>
  <author>
    <name>steve</name>
    <email>coderrr.contact@gmail.com</email>
  </author>
  <url>http://github.com/pjhyett/github-gem-builder/commit/ca9fd470bacb6262eb4ca23ee48bb2f43711c1ff</url>
  <id>ca9fd470bacb6262eb4ca23ee48bb2f43711c1ff</id>
  <committed-date>2008-10-31T05:30:23-07:00</committed-date>
  <authored-date>2008-10-31T05:30:23-07:00</authored-date>
  <message>remove debug comments</message>
  <tree>40a501ee939625124f5757d251ddcc200d8b4548</tree>
  <committer>
    <name>steve</name>
    <email>coderrr.contact@gmail.com</email>
  </committer>
</commit>
