<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,8 +5,8 @@ class PackageBuilder
   attr_accessor :name
   
   def self.build(path)
-    raise &quot;Given path `#{path}' does not exist&quot; unless File.exist?(path)
-    raise &quot;Given path `#{path}' does not look like an application bundle&quot; unless File.extname(path) == '.app'
+    raise &quot;Path `#{path}' does not exist&quot; unless File.exist?(path)
+    raise &quot;Path `#{path}' is not an application bundle&quot; unless File.extname(path) == '.app'
     
     build = new
     Dir.chdir(File.dirname(path)) do</diff>
      <filename>etc/package_builder.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2b0c1f721e775ad763b607553d854c1718ff2c49</id>
    </parent>
  </parents>
  <author>
    <name>Satoshi Nakagawa</name>
    <email>psychs@limechat.net</email>
  </author>
  <url>http://github.com/psychs/limechat/commit/8be7ea52a168bb0536bded2f57470289dd902d5d</url>
  <id>8be7ea52a168bb0536bded2f57470289dd902d5d</id>
  <committed-date>2009-06-02T15:32:23-07:00</committed-date>
  <authored-date>2009-06-02T15:32:23-07:00</authored-date>
  <message>tweaked</message>
  <tree>7d99fc8d39075db1929a37293223662e6e4f42a1</tree>
  <committer>
    <name>Satoshi Nakagawa</name>
    <email>psychs@limechat.net</email>
  </committer>
</commit>
