<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,8 +8,4 @@ require &quot;protocolTest&quot;
 require &quot;structTest&quot;
 require &quot;gcTest&quot;
 
-spec:report(true)
-
-UITabl
-
-UI.Label:indexOfObjectIdenticalTo_inRange(thing, mooo)
\ No newline at end of file
+spec:report(true)
\ No newline at end of file</diff>
      <filename>examples/WaxTests/data/scripts/init.lua</filename>
    </modified>
    <modified>
      <diff>@@ -10,18 +10,16 @@ end
 namespace :tm do
   desc &quot;Install textmate lua &amp; wax bundles&quot;
   task :install_bundles do
+    sh &quot;mkdir -p ~/Library/Application\\ Support/TextMate/Bundles/&quot;
     
-    lua_bundle_dir = &quot;~/Library/Application\\ Support/TextMate/Bundles/Lua.tmbundle&quot;    
-    sh(&quot;test -s #{lua_bundle_dir}&quot;) do |exists, _|
-      break if exists
+    lua_bundle_dir = &quot;~/Library/Application\\ Support/TextMate/Bundles/Lua.tmbundle&quot;
+    if not sh &quot;test -e #{lua_bundle_dir}&quot;
       sh &quot;curl -L http://github.com/textmate/lua.tmbundle/tarball/master | tar xvz&quot;
-      sh &quot;mkdir -p ~/Library/Application\\ Support/TextMate/Bundles/&quot;
       sh &quot;mv textmate-lua.tmbundle* #{lua_bundle_dir}&quot;
     end
-    
+
     wax_bundle_dir = &quot;~/Library/Application\\ Support/TextMate/Bundles/Wax.tmbundle&quot;
-    sh(&quot;test -s #{wax_bundle_dir}&quot;) do |exists, _|
-      break if exists
+    if not sh &quot;test -e #{wax_bundle_dir}&quot;
       sh &quot;curl -L http://github.com/probablycorey/Wax.tmbundle/tarball/master | tar xvz&quot;
       sh &quot;mv probablycorey-[Ww]ax.tmbundle* #{wax_bundle_dir}&quot;
     end
@@ -38,16 +36,11 @@ Some tips to make life easier
      Or, you can manually install the bundles from 
      http://github.com/textmate/lua.tmbundle and
      http://github.com/probablycorey/Wax.tmbundle
-     into ~/Library/Application Support/TextMate/Bundles
+     into ~/Library/Application\ Support/TextMate/Bundles
      
   b) From TextMate click Bundles &gt; Bundle Editor &gt; Reload Bundles
- 
-2) The lua code for the wax framework is located in the wax-scripts folder. You
-   should check it out, it has some helpful functions to make coding easier.
   
-3) Open up the file scripts/init.lua and get started!
-
-TEXTMATE_HELP
+      TEXTMATE_HELP
     end
   end
 end
\ No newline at end of file</diff>
      <filename>xcode-template/Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ef91fa5b3196148a627d3dbed20db662205f58a1</id>
    </parent>
  </parents>
  <author>
    <name>Corey Johnson</name>
    <email>probablycorey@gmail.com</email>
  </author>
  <url>http://github.com/probablycorey/wax/commit/43c801eab0c6995e4ce52d113891ff1b165d8c72</url>
  <id>43c801eab0c6995e4ce52d113891ff1b165d8c72</id>
  <committed-date>2009-10-20T20:54:34-07:00</committed-date>
  <authored-date>2009-10-20T20:54:34-07:00</authored-date>
  <message>fixed the textmate bundle installer</message>
  <tree>2eecfc561a01eb736f14b43ad3b8b0736807a43c</tree>
  <committer>
    <name>Corey Johnson</name>
    <email>probablycorey@gmail.com</email>
  </committer>
</commit>
