<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,10 +1,27 @@
-Copyright (c) 2007, Alexander Staubo.
+Copyright (c) 2008, Ryan Tomayko 
+Copyright (c) 2007, Alexander Staubo
 
 All rights reserved.
 
-Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
-	*	Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
-	*	Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
-	*	The names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
+Redistribution and use in source and binary forms, with or without modification, are 
+permitted provided that the following conditions are met:
 
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS&#8232;&quot;AS IS&quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT&#8232;LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR&#8232;A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR&#8232;CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,&#8232;EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,&#8232;PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR&#8232;PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF&#8232;LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING&#8232;NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&#8232;SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+  *  Redistributions of source code must retain the above copyright notice, this list of 
+     conditions and the following disclaimer.
+
+  *  Redistributions in binary form must reproduce the above copyright notice, this list 
+     of conditions and the following disclaimer in the documentation and/or other materials 
+     provided with the distribution.
+
+  *  The names of its contributors may be used to endorse or promote products derived from 
+     this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS IS&quot; AND WITHOUT ANY
+EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 
+COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 
+EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE 
+GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 
+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE 
+OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 
+POSSIBILITY OF SUCH DAMAGE.</diff>
      <filename>LICENSE</filename>
    </modified>
    <modified>
      <diff>@@ -1,32 +1,53 @@
-Mongrel process title plugin
-============================
+= Mongrel process title GemPlugin
 
-This is a simple plugin for Rails which changes Mongrel's process title to reflect what it's currently doing. You can then determine a given Mongrel server's status using &quot;ps&quot;. For example:
+This is a simple plugin for Mongrel which changes the process title to reflect
+what it's currently doing. You can then determine a given Mongrel server's 
+status using &quot;ps&quot;. 
 
-  mongrel_rails [10010/2/358]: handling 127.0.0.1: HEAD /feed/calendar/global/91/6de4
+For example:
+
+  mongrel_rails [10010/2/358]: handling 127.0.0.1: HEAD /feed/cal/global/91/6de4
                  |     | |     |        |          |
-                 |     | |     |        |          The current request (method and path)
+                 |     | |     |        |          The current req (method / path)
                  |     | |     |        |
                  |     | |     |        The client IP
                  |     | |     |
                  |     | |     What it's doing
                  |     | |     
-                 |     | The number of requests processed during the server's lifetime
+                 |     | Requests processed during server lifetime
                  |     |
-                 |     The number of requests currently queued/being processed concurrently
+                 |     Requests currently queued/being processed concurrently
                  |
                  The port that Mongrel is serving
 
+This is almost entirely based on Alexander Staubo's Rails plugin with the same 
+name:
+
+http://purefiction.net/mongrel_proctitle/
+
+The main difference is that the GemPlugin will automatically be loaded by all
+mongrels without additional code changes or configuration.
+
+== Installation
+
+This version of the plugin is packaged specifically as a Mongrel GemPlugin. Install 
+using:
+
+   gem install mongrel_proctitle
+
+Once installed, all new mongrels will automatically load the plugin during startup. If
+you would prefer to control which mongrels load the plugin, do not install this gem.
+Use the directions below instead.
 
-Installing into a Rails Mongrel app
------------------------------------
+== Installing into a specific Rails app only
 
-Nothing special. Just drop the plugin in vendor/plugins.
+See Alexander Staubo's original project:
 
+http://purefiction.net/mongrel_proctitle/
 
-Installing into a non-Rails Mongrel app
----------------------------------------
+== License
 
-Just require the module during startup:
+I've included the LICENSE file from the original mongrel_proctitle distribution. It is
+the &quot;New and Simplified BSD License&quot;. More information on this license can be found at:
 
-  require &quot;mongrel_proctitle&quot;
+http://www.opensource.org/licenses/bsd-license.php</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -11,7 +11,7 @@ CLEAN.include [ &quot;pkg&quot;, &quot;lib/*.bundle&quot;, &quot;*.gem&quot;, &quot;.config&quot;, &quot;**/*.log&quot; ]
 desc &quot;Build package&quot;
 task :default =&gt; [:package]
 
-version = &quot;0.1&quot;
+version = &quot;1.1.0&quot;
 name = &quot;mongrel_proctitle&quot;
 
 spec =
@@ -21,7 +21,9 @@ spec =
     s.platform = Gem::Platform::RUBY
     s.summary = &quot;The mongrel_proctitle GemPlugin&quot;
     s.description = s.summary
-    s.author = &quot;Ryan Tomayko &lt;rtomayko@gmail.com&gt;&quot;
+    s.author = &quot;Ryan Tomayko&quot;
+    s.email = &quot;rtomayko@gmail.com&quot;
+    s.homepage = &quot;http://github.com/rtomayko/mongrel_proctitle&quot;
     s.add_dependency('mongrel', '&gt;= 1.1')
     s.add_dependency('gem_plugin', '&gt;= 0.2.3')
     s.has_rdoc = true</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>121b2801e5295c8df7c79341c2bba8baa5239aa4</id>
    </parent>
  </parents>
  <author>
    <name>Ryan Tomayko</name>
    <email>rtomayko@gmail.com</email>
  </author>
  <url>http://github.com/rtomayko/mongrel_proctitle/commit/efb8dad802500316e7b5ab1009f9ae5a3dc3a68a</url>
  <id>efb8dad802500316e7b5ab1009f9ae5a3dc3a68a</id>
  <committed-date>2008-02-22T20:00:04-08:00</committed-date>
  <authored-date>2008-02-22T20:00:04-08:00</authored-date>
  <message>Tweak README and LICENSE and bump version to 1.1.0.</message>
  <tree>b9d4a887d782a01e6c1a6efeece05b85e3dc4fb7</tree>
  <committer>
    <name>Ryan Tomayko</name>
    <email>rtomayko@gmail.com</email>
  </committer>
</commit>
