<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -16,6 +16,19 @@ NAME = &quot;merb-extlib&quot;
 
 require &quot;lib/#{NAME}/version&quot;
 
+def sudo
+  ENV['MERB_SUDO'] ||= &quot;sudo&quot;
+  sudo = windows? ? &quot;&quot; : ENV['MERB_SUDO']
+end
+
+def windows?
+  (PLATFORM =~ /win32|cygwin/) rescue nil
+end
+
+def install_home
+  ENV['GEM_HOME'] ? &quot;-i #{ENV['GEM_HOME']}&quot; : &quot;&quot;
+end
+
 ##############################################################################
 # Packaging &amp; Installation
 ##############################################################################</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f77fbb9292ece770472fefdb2a045fb4cada3747</id>
    </parent>
  </parents>
  <author>
    <name>Michael S. Klishin</name>
    <email>michael@novemberain.com</email>
  </author>
  <url>http://github.com/wycats/merb-extlib/commit/38bb20d4bf9dbb57bc047e3508f11636322ca994</url>
  <id>38bb20d4bf9dbb57bc047e3508f11636322ca994</id>
  <committed-date>2008-07-21T16:26:20-07:00</committed-date>
  <authored-date>2008-07-21T16:26:20-07:00</authored-date>
  <message>Temporarily move Merb-core Rake helpers to merb-extlib Rakefile.</message>
  <tree>92f63d491bdd54783ffd9482bcba7ddd70df40c1</tree>
  <committer>
    <name>Michael S. Klishin</name>
    <email>michael@novemberain.com</email>
  </committer>
</commit>
