<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,27 +1,22 @@
 Ghost
 =====
 
-A gem that allows you to create, list, and modify local hostnames in
-10.5 with ease...
+A gem that allows you to create, list, and modify local hostnames
+with ease in linux and OS (more to come)...
 
 Requirements
 ============
 
-This command is designed for users of Mac OS X Leopard and relies on a
-tool which I am pretty sure was not in earlier versions of OS X and
-definitely isn't in other OSes. This uses the `dscl` command to
-intelligently add hostnames to the database. An adapter to use the
-hosts file in other OSes is definitely a possibility, but not a
-priority at this time. Feel free to add it yourself and I'll merge it.
+Unix-based OS (for now)
 
 Intended Usage
 ==============
 
-This gem is designed primarily for web developers who need to add and
-modify hostnames to their system for virtual hosts on their
+This gem is designed primarily for web developers who need to add
+and modify hostnames to their system for virtual hosts on their
 local/remote web server. However, it could be of use to other people
-who would otherwise modify their `/etc/hosts` file and flush the
-cache.
+who would otherwise modify their `/etc/hosts` file manually and 
+flush the cache.
 
 Command
 -------
@@ -60,22 +55,20 @@ Command
 Library
 -------
 
-There is also a library that can be used in Ruby scripts. The `ghost`
-command is a wrapper for the library. View the source of `bin/ghost`
+There is also a library that can be used in Ruby scripts. The `ghost` 
+command is a wrapper for the library. View the source of `bin/ghost` 
 to see how to use the library.
 
-Sake Task
----------
-
-I also want to make this available as a Sake task to cater those who
-use it. It too will be a wrapper for the library. I just have to
-figure out how I can provide an easy way to install the sake tasks via
-the gem
-
 Installation
 ============
 
-    sudo gem install bjeanes-ghost --source http://gems.github.com/
+    sudo gem install ghost
+    
+Contributors
+============
+
+* [Bodaniel Jeanes](http://github.com/bjeanes)
+* [Mitchell V Riley](http://github.com/mitchellvriley)
 
 Legal Stuff
 ===========</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -1,16 +1,19 @@
 &lt;h1&gt;Ghost&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;
+&lt;p&gt;A gem that allows you to create, list, and modify local hostnames
+with ease in linux and OS (more to come)...&lt;/p&gt;
 
 &lt;h1&gt;Requirements&lt;/h1&gt;
 
-&lt;p&gt;This command is designed for users of Mac OS X Leopard and relies on a tool which I am pretty 
-sure was not in earlier versions of OS X and definitely isn't in other OSes. This uses the &lt;code&gt;dscl&lt;/code&gt;
-command to intelligently add hostnames to the database. An adapter to use the hosts file in other OSes is definitely a possibility, but not a priority at this time. Feel free to add it yourself and I'll merge it.&lt;/p&gt;
+&lt;p&gt;Unix-based OS (for now)&lt;/p&gt;
 
 &lt;h1&gt;Intended Usage&lt;/h1&gt;
 
-&lt;p&gt;This gem is designed primarily for web developers who need to add and modify hostnames to their system for virtual hosts on their local/remote web server. However, it could be of use to other people who would otherwise modify their &lt;code&gt;/etc/hosts&lt;/code&gt; file and flush the cache.&lt;/p&gt;
+&lt;p&gt;This gem is designed primarily for web developers who need to add
+and modify hostnames to their system for virtual hosts on their
+local/remote web server. However, it could be of use to other people
+who would otherwise modify their &lt;code&gt;/etc/hosts&lt;/code&gt; file manually and
+flush the cache.&lt;/p&gt;
 
 &lt;h2&gt;Command&lt;/h2&gt;
 
@@ -48,18 +51,23 @@ Listing 0 host(s):
 
 &lt;h2&gt;Library&lt;/h2&gt;
 
-&lt;p&gt;There is also a library that can be used in Ruby scripts. The &lt;code&gt;ghost&lt;/code&gt; command is a wrapper for
-the library. View the source of &lt;code&gt;bin/ghost&lt;/code&gt; to see how to use the library.&lt;/p&gt;
-
-&lt;h2&gt;Sake Task&lt;/h2&gt;
-
-&lt;p&gt;I also want to make this available as a Sake task to cater those who use it. It too will be a wrapper for the library. I just have to figure out how I can provide an easy way to install the sake tasks via the gem&lt;/p&gt;
+&lt;p&gt;There is also a library that can be used in Ruby scripts. The &lt;code&gt;ghost&lt;/code&gt;
+command is a wrapper for the library. View the source of &lt;code&gt;bin/ghost&lt;/code&gt;
+to see how to use the library.&lt;/p&gt;
 
 &lt;h1&gt;Installation&lt;/h1&gt;
 
-&lt;pre&gt;&lt;code&gt;sudo gem install bjeanes-ghost --source http://gems.github.com/
+&lt;pre&gt;&lt;code&gt;sudo gem install ghost
 &lt;/code&gt;&lt;/pre&gt;
 
+&lt;h1&gt;Contributors&lt;/h1&gt;
+
+&lt;ul&gt;
+&lt;li&gt;&lt;a href=&quot;http://github.com/bjeanes&quot;&gt;Bodaniel Jeanes&lt;/a&gt;&lt;/li&gt;
+&lt;li&gt;&lt;a href=&quot;http://github.com/mitchellvriley&quot;&gt;Mitchell V Riley&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+
 &lt;h1&gt;Legal Stuff&lt;/h1&gt;
 
 &lt;p&gt;Copyright (c) 2008 Bodaniel Jeanes&lt;/p&gt;</diff>
      <filename>README.html</filename>
    </modified>
    <modified>
      <diff>@@ -1,19 +1,22 @@
 Ghost
 =====
 
-A gem that allows you to create, list, and modify local hostnames in 10.5 with ease...
+A gem that allows you to create, list, and modify local hostnames
+with ease in linux and OS (more to come)...
 
 Requirements
 ============
 
-This command is designed for users of Mac OS X Leopard and relies on a tool which I am pretty 
-sure was not in earlier versions of OS X and definitely isn't in other OSes. This uses the `dscl`
-command to intelligently add hostnames to the database. An adapter to use the hosts file in other OSes is definitely a possibility, but not a priority at this time. Feel free to add it yourself and I'll merge it.
+Unix-based OS (for now)
 
 Intended Usage
 ==============
 
-This gem is designed primarily for web developers who need to add and modify hostnames to their system for virtual hosts on their local/remote web server. However, it could be of use to other people who would otherwise modify their `/etc/hosts` file and flush the cache.
+This gem is designed primarily for web developers who need to add
+and modify hostnames to their system for virtual hosts on their
+local/remote web server. However, it could be of use to other people
+who would otherwise modify their `/etc/hosts` file manually and 
+flush the cache.
 
 Command
 -------
@@ -52,18 +55,20 @@ Command
 Library
 -------
 
-There is also a library that can be used in Ruby scripts. The `ghost` command is a wrapper for
-the library. View the source of `bin/ghost` to see how to use the library.
-
-Sake Task
----------
-
-I also want to make this available as a Sake task to cater those who use it. It too will be a wrapper for the library. I just have to figure out how I can provide an easy way to install the sake tasks via the gem
+There is also a library that can be used in Ruby scripts. The `ghost` 
+command is a wrapper for the library. View the source of `bin/ghost` 
+to see how to use the library.
 
 Installation
 ============
 
     sudo gem install ghost
+    
+Contributors
+============
+
+* [Bodaniel Jeanes](http://github.com/bjeanes)
+* [Mitchell V Riley](http://github.com/mitchellvriley)
 
 Legal Stuff
 ===========</diff>
      <filename>README.mkdn</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d9f3136cfda66836fbd9efe935b335934865cb13</id>
    </parent>
  </parents>
  <author>
    <name>Bodaniel Jeanes</name>
    <email>me@bjeanes.com</email>
  </author>
  <url>http://github.com/bjeanes/ghost/commit/c0c51e73de301d12b7201eea6883a5403f54dbe5</url>
  <id>c0c51e73de301d12b7201eea6883a5403f54dbe5</id>
  <committed-date>2009-03-07T01:56:48-08:00</committed-date>
  <authored-date>2009-03-07T01:56:48-08:00</authored-date>
  <message>Updated READMEs</message>
  <tree>b24b0f7d8bad0798df46f510e00a2408b693c348</tree>
  <committer>
    <name>Bodaniel Jeanes</name>
    <email>me@bjeanes.com</email>
  </committer>
</commit>
