<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,15 +4,8 @@ task :default =&gt; :test
 
 # PACKAGING =================================================================
 
-# Load the gemspec using the same limitations as github
-$spec =
-  begin
-    require 'rubygems/specification'
-    data = File.read('rdiscount.gemspec')
-    spec = nil
-    Thread.new { spec = eval(&quot;$SAFE = 3\n#{data}&quot;) }.join
-    spec
-  end
+require 'rubygems/specification'
+$spec = eval(File.read('rdiscount.gemspec'))
 
 def package(ext='')
   &quot;pkg/rdiscount-#{$spec.version}&quot; + ext</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5ba29c4fb546a10e8121430693adce45cb391372</id>
    </parent>
  </parents>
  <author>
    <name>Ryan Tomayko</name>
    <email>rtomayko@gmail.com</email>
  </author>
  <url>http://github.com/rtomayko/rdiscount/commit/f7aca605af1340cb4f8416d5cda754badf36f4d3</url>
  <id>f7aca605af1340cb4f8416d5cda754badf36f4d3</id>
  <committed-date>2009-11-08T04:09:58-08:00</committed-date>
  <authored-date>2009-11-08T04:09:58-08:00</authored-date>
  <message>simplify gemspec loading in Rakefile</message>
  <tree>56cd4144b9d53428ef595a9d15dacf4fb1238e68</tree>
  <committer>
    <name>Ryan Tomayko</name>
    <email>rtomayko@gmail.com</email>
  </committer>
</commit>
