<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-&lt;h1&gt;Ghost 0.0.1&lt;/h1&gt;
+&lt;h1&gt;Ghost 0.1.0&lt;/h1&gt;
 
 &lt;p&gt;A gem that allows you to create, list, and modify local hostnames in 10.5 with ease...&lt;/p&gt;
 
@@ -15,19 +15,30 @@ command to intelligently add hostnames to the database. An adapter to use the ho
 &lt;h2&gt;Command&lt;/h2&gt;
 
 &lt;pre&gt;&lt;code&gt;$ ghost add mydevsite.local
+[Added] mydevsite.local -&amp;gt; 127.0.0.1
+
 $ ghost add staging-server.local 67.207.136.164
+[Added] staging-server -&amp;gt; 67.207.136.164
+
 $ ghost list
-Listing 2 host(s):
-  mydevsite.local      -&amp;gt; 127.0.0.1
-  staging-server.local -&amp;gt; 67.207.136.164
-$ ghost delete mydevsite.local    
+mydevsite.local -&amp;gt; 127.0.0.1
+staging-server  -&amp;gt; 67.207.136.164
+
+$ ghost delete mydevsite.local
+[Deleted] mydevsite.local
+
 $ ghost list
-Listing 1 host(s):
-  staging-server -&amp;gt; 67.207.136.164    
+staging-server  -&amp;gt; 67.207.136.164
+
+$ ghost add staging-server.local 72.14.207.99
+[Error] staging-server.local already exists (-&amp;gt; 67.207.136.164)
+        Use `ghost modify` to change the entry
+
+$ ghost modify staging-server.local 72.14.207.99
+[Modifying] staging-server.local -&amp;gt; 72.14.207.99
+
 $ ghost empty
-Emptied host list.
-$ ghost list
-Listing 0 host(s):
+Host list has been emptied
 &lt;/code&gt;&lt;/pre&gt;
 
 &lt;h2&gt;Library&lt;/h2&gt;</diff>
      <filename>README.html</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-Ghost 0.0.1
+Ghost 0.1.0
 ===========
 
 A gem that allows you to create, list, and modify local hostnames in 10.5 with ease...</diff>
      <filename>README.mkdn</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ end
 
 def help_text(exit_code = 0)
   script_name = File.basename $0
-  puts &quot;&quot;&quot;USAGE: #{script_name} add &lt;hostname&gt; [&lt;ip=127.0.0.1&gt;]
+  puts &quot;&quot;&quot;USAGE: #{script_name} add &lt;hostname&gt; [&lt;ip=127.0.1.0&gt;]
        #{script_name} delete &lt;hostname&gt;
        #{script_name} list
        #{script_name} empty</diff>
      <filename>bin/ghost</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 Gem::Specification.new do |s|
   s.name = %q{ghost}
-  s.version = &quot;0.0.1&quot;
+  s.version = &quot;0.1.0&quot;
   s.platform = %q{universal-darwin-9}
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=</diff>
      <filename>ghost.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require File.dirname(__FILE__) + '/rake_helper'
 
 GEM = &quot;ghost&quot;
-GEM_VERSION = [0,0,1]
+GEM_VERSION = [0,1,0]
 GEM_PLATFORM = &quot;universal-darwin-9&quot; # perhaps other *darwin* platforms...
 AUTHOR = &quot;Bodaniel Jeanes&quot;
 EMAIL = &quot;me@bjeanes.com&quot;</diff>
      <filename>tasks/deployment.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ae6478e9118c97100ff48497e20123b19577199a</id>
    </parent>
  </parents>
  <author>
    <name>Bodaniel Jeanes</name>
    <email>me@bjeanes.com</email>
  </author>
  <url>http://github.com/bjeanes/ghost/commit/e04a72600473dba5d164af311cfbf7d32c8903bc</url>
  <id>e04a72600473dba5d164af311cfbf7d32c8903bc</id>
  <committed-date>2008-08-19T06:14:28-07:00</committed-date>
  <authored-date>2008-08-19T06:14:28-07:00</authored-date>
  <message>Make that 0.1.0 release. tagging...</message>
  <tree>16a3cc235e273c5402c5e637197331eb93cd43cb</tree>
  <committer>
    <name>Bodaniel Jeanes</name>
    <email>me@bjeanes.com</email>
  </committer>
</commit>
