<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>LICENSE</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -2,6 +2,20 @@
 
 Configatron makes configuring your applications and scripts incredibly easy. No longer is a there a need to use constants or global variables. Now you can use a simple and painless system to configure your life. And, because it's all Ruby, you can do any crazy thing you would like to!
 
+==Installation
+
+Installation of Configatron is easy, as it is just a RubyGem:
+
+  $ sudo gem install configatron
+
+If you'd like to live on the bleedin' edge you can install the development version from GitHub:
+
+  $ sudo gem install markbates-configatron --source=http://gems.github.com
+
+Once installed you just need to require it:
+
+  require 'configatron'
+
 ==Examples
 
 ===Simple
@@ -124,16 +138,6 @@ Enjoy!
 
 ==Contact
 
-Please mail bugs, suggestions and patches to &quot;bugs@mackframework.com&quot;:mailto:bugs@mackframework.com
-
-On the web at: &quot;http://www.mackframework.com&quot;:http://www.mackframework.com
-
-==License and Copyright
-
-Copyright (C) 2008 Mark Bates, &quot;http://www.mackframework.com&quot;:http://www.mackframework.com
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the &quot;Software&quot;), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+Please mail bugs, suggestions and patches to &quot;development@metabates.com&quot;:mailto:development@metabates.com
 
-THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
+On the web at: &quot;http://www.metabates.com&quot;:http://www.metabates.com
\ No newline at end of file</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -2,6 +2,26 @@ h1. Configatron
 
 Configatron makes configuring your applications and scripts incredibly easy. No longer is a there a need to use constants or global variables. Now you can use a simple and painless system to configure your life. And, because it's all Ruby, you can do any crazy thing you would like to!
 
+h2. Installation
+
+Installation of Configatron is easy, as it is just a RubyGem:
+
+&lt;pre&gt;&lt;code&gt;
+  $ sudo gem install configatron
+&lt;/code&gt;&lt;/pre&gt;
+
+If you'd like to live on the bleedin' edge you can install the development version from GitHub:
+
+&lt;pre&gt;&lt;code&gt;
+  $ sudo gem install markbates-configatron --source=http://gems.github.com
+&lt;/code&gt;&lt;/pre&gt;
+
+Once installed you just need to require it:
+
+&lt;pre&gt;&lt;code&gt;
+  require 'configatron'
+&lt;/code&gt;&lt;/pre&gt;
+
 h2. Examples
 
 h3. Simple
@@ -152,16 +172,6 @@ Enjoy!
 
 h2. Contact
 
-Please mail bugs, suggestions and patches to &quot;bugs@mackframework.com&quot;:mailto:bugs@mackframework.com
-
-On the web at: &quot;http://www.mackframework.com&quot;:http://www.mackframework.com
-
-h2. License and Copyright
-
-Copyright (C) 2008 Mark Bates, &quot;http://www.mackframework.com&quot;:http://www.mackframework.com
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the &quot;Software&quot;), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+Please mail bugs, suggestions and patches to &quot;development@metabates.com&quot;:mailto:development@metabates.com
 
-THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
+On the web at: &quot;http://www.metabates.com&quot;:http://www.metabates.com
\ No newline at end of file</diff>
      <filename>README.textile</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@
 
 Gem::Specification.new do |s|
   s.name = %q{configatron}
-  s.version = &quot;2.3.2.20090731133933&quot;
+  s.version = &quot;2.3.2.20090731134515&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;markbates&quot;]</diff>
      <filename>configatron.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b425380c9e607a19cb4bbe647631a364b310b0cb</id>
    </parent>
  </parents>
  <author>
    <name>Mark Bates</name>
    <email>mark@markbates.com</email>
  </author>
  <url>http://github.com/markbates/configatron/commit/6f16c7261c63e18a9c00621f19de406c528ccc92</url>
  <id>6f16c7261c63e18a9c00621f19de406c528ccc92</id>
  <committed-date>2009-07-31T10:45:18-07:00</committed-date>
  <authored-date>2009-07-31T10:45:18-07:00</authored-date>
  <message>Updated README to include installation instructions.</message>
  <tree>e8667225efd26964ffe82516d99d43b2083eefd2</tree>
  <committer>
    <name>Mark Bates</name>
    <email>mark@markbates.com</email>
  </committer>
</commit>
