<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,2 +1,3 @@
 .DS_Store
 *.log
+pkg</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -37,6 +37,15 @@ namespace :gem do
         f.puts(appjour_gemspec.to_ruby)
       end
     end
+    
+    desc &quot;test spec in github cleanroom&quot;
+    task :test do
+      require 'rubygems/specification'
+      data = File.read('appjour.gemspec')
+      spec = nil
+      Thread.new { spec = eval(&quot;$SAFE = 3\n#{data}&quot;) }.join
+      puts spec
+    end
   end
 end
 </diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,13 +1,11 @@
 #!/usr/bin/env ruby
 
-$:.unshift File.dirname(__FILE__)+&quot;/../lib&quot;
+# $:.unshift File.dirname(__FILE__)+&quot;/../lib&quot;
+
 require &quot;rubygems&quot;
 require &quot;appjour&quot;
 
 
-# list    = ARGV.delete(&quot;-l&quot;)
-# publish = ARGV.delete(&quot;-p&quot;)
-# open    = ARGV.delete(&quot;-o&quot;)
 help    = ARGV.delete(&quot;-h&quot;)
 
 
@@ -25,9 +23,10 @@ end
 
 if help
   puts &lt;&lt;-EOH
-  appjour -l                  look for apps
-  appjour -p [NAME]           open the app called
-  appjour -p [NAME] [PORT]    publish your app
+  appjour                  look for apps
+  appjour [NAME]           open the app NAME
+  appjour [NAME] [PORT]    publish your app as NAME on PORT
+  appjour [PORT]           publish your app as $USER on PORT
 
   EOH
 elsif name &amp;&amp; port</diff>
      <filename>bin/appjour</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bf443024b1627672bc27770b5d6e92b6c5317460</id>
    </parent>
  </parents>
  <author>
    <name>lachie</name>
    <email>lachiec@gmail.com</email>
  </author>
  <url>http://github.com/lachie/appjour/commit/0f363159d3b8ff32549c10ab2dfc53f1f8232a20</url>
  <id>0f363159d3b8ff32549c10ab2dfc53f1f8232a20</id>
  <committed-date>2008-06-17T05:03:31-07:00</committed-date>
  <authored-date>2008-06-17T05:03:31-07:00</authored-date>
  <message>tweaked help text, still not working</message>
  <tree>a1b8de44f9c40fe8b436ea26184009033b274add</tree>
  <committer>
    <name>lachie</name>
    <email>lachiec@gmail.com</email>
  </committer>
</commit>
