<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-== Version 1.1.5 (in git)
+== In Development (git clone git://github.com/dchelimsky/rspec.git)
 
 IMPORTANT: use the new 'autospec' command instead of 'autotest'. We changed
 the way autotest discovers rspec so the autotest executable won't</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,6 @@
 .autotest
 .gitignore
 History.txt
-MIT-LICENSE
 Manifest.txt
 README.txt
 Rakefile</diff>
      <filename>Manifest.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,16 +1,22 @@
-== RSpec
+= RSpec
 
-RSpec is a Behaviour Driven Development framework with tools to express User Stories
-with Executable Scenarios and Executable Examples at the code level.
+* http://rspec.info
+* http://rspec.info/rdoc/
+* http://github.com/dchelimsky/rspec-rails/wikis
+* mailto:rspec-devel@rubyforge.org
 
-RSpec ships with several modules:
+== DESCRIPTION:
 
-Spec::Story provides a framework for expressing User Stories and Scenarios
+RSpec is a Behaviour Driven Development framework with tools to express User
+Stories with Executable Scenarios and Executable Examples at the code level.
 
-Spec::Example provides a framework for expressing Isolated Examples
+== FEATURES:
 
-Spec::Matchers provides Expression Matchers for use with Spec::Expectations
-and Spec::Mocks.
+* Spec::Story provides a framework for expressing User Stories and Scenarios
+* Spec::Example provides a framework for expressing Isolated Examples
+* Spec::Matchers provides Expression Matchers for use with Spec::Expectations and Spec::Mocks.
+
+== SYNOPSIS:
 
 Spec::Expectations supports setting expectations on your objects so you
 can do things like:
@@ -20,17 +26,38 @@ can do things like:
 Spec::Mocks supports creating Mock Objects, Stubs, and adding Mock/Stub
 behaviour to your existing objects.
 
-== Installation
-
-The simplest approach is to install the gem (as root in some environments):
-
-  gem install -r rspec
+== INSTALL:
 
-== Building the RSpec gem
+  [sudo] gem install rspec
 
-If you prefer to build the gem locally:
+ or
 
   git clone git://github.com/dchelimsky/rspec.git
   cd rspec
   rake gem
-  gem install pkg/rspec-0.x.x.gem #as root
+  rake install_gem
+
+== LICENSE:
+
+(The MIT License)
+
+Copyright (c) 2005-2008 The RSpec Development Team
+
+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.
+
+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 OR COPYRIGHT HOLDERS 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.</diff>
      <filename>README.txt</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>MIT-LICENSE</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>42e7e99458841d6f113bdb53bae21f49cbb3d777</id>
    </parent>
  </parents>
  <author>
    <name>David Chelimsky</name>
    <email>dchelimsky@gmail.com</email>
  </author>
  <url>http://github.com/dchelimsky/rspec/commit/71df0b421c1c513e69a6a763034cc3ae4a661ff5</url>
  <id>71df0b421c1c513e69a6a763034cc3ae4a661ff5</id>
  <committed-date>2008-07-02T21:55:56-07:00</committed-date>
  <authored-date>2008-07-02T21:55:56-07:00</authored-date>
  <message>update README</message>
  <tree>df64bcbd5a508b2629b6e011ce7bfa5563c15ae1</tree>
  <committer>
    <name>David Chelimsky</name>
    <email>dchelimsky@gmail.com</email>
  </committer>
</commit>
