<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -25,34 +25,20 @@ validate a user session on the consumer.
 
 Your Rackup File
 ================
-    #  thin start -p PORT -R config.ru
-    require 'rubygems'
     require 'hancock'
 
     DataMapper.setup(:default, &quot;sqlite3:///#{Dir.pwd}/development.db&quot;)
 
-    class Dragon &lt; Hancock::App
+    class OneLove &lt; Hancock::App
       set :views,  'views'
       set :public, 'public'
-      set :environment, :production
-
-      set :provider_name, 'Example SSO Provider'
-      set :do_not_reply,  'sso@atmos.org'
-      set :smtp, {
-        :host   =&gt; 'smtp.example.com',
-        :port   =&gt; '25',
-        :user   =&gt; 'sso',
-        :pass   =&gt; 'lolerskates',
-        :auth   =&gt; :plain # :plain, :login, :cram_md5, the default is no auth
-        :domain =&gt; &quot;example.com&quot; # the HELO domain provided by the client to the server
-      }
 
       get '/' do
         redirect '/sso/login' unless session['hancock_server_user_id']
         erb &quot;&lt;h2&gt;Hello &lt;%= session_user.name %&gt;&lt;!-- &lt;%= session.inspect %&gt;&quot;
       end
     end
-    run Dragon
+    run OneLove
 
 Installation
 ============
@@ -61,7 +47,7 @@ in bin/ for generated gem executables.
 
     % sudo gem install bundler
     % gem bundle
-    % bin/rake 
+    % bin/rake
 
 Deployment Setup
 ================
@@ -82,8 +68,6 @@ on the example above.
 Consult the datamapper documentation if you need to connect to something other
 than sqlite.  This runs the initial user migration to bootstrap your db.
 
-    &gt;&gt; Hancock::Consumer.create(:url =&gt; 'http://hr.example.com/sso/login', :label =&gt; 'Human Resources', :internal =&gt; true)
-    =&gt; ...
     &gt;&gt; Hancock::Consumer.create(:url =&gt; 'http://localhost:3000/sso/login', :label =&gt; 'Local Rails Dev', :internal =&gt; false)
     =&gt; ...
     &gt;&gt; Hancock::Consumer.create(:url =&gt; 'http://localhost:4000/sso/login', :label =&gt; 'Local Merb Dev', :internal =&gt; false)
@@ -94,7 +78,7 @@ Here's how you setup most frameworks as consumers.  In a production environment
 
 Feedback
 ========
-* [Google Group][googlegroup]
+* [Github Issues][githubissues]
 
 Sponsored By
 ============
@@ -117,3 +101,4 @@ Sponsored By
 [sreg]: http://openid.net/specs/openid-simple-registration-extension-1_0.html#response_format
 [simpledb]: http://aws.amazon.com/simpledb/
 [googlegroup]: http://groups.google.com/group/hancock-users
+[githubissues]: http://github.com/atmos/hancock/issues</diff>
      <filename>README.md</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@ require 'date'
 require 'bundler'
 
 GEM = &quot;hancock&quot;
-GEM_VERSION = &quot;0.0.9&quot;
+GEM_VERSION = &quot;0.1.0&quot;
 AUTHOR = [&quot;Corey Donohoe&quot;, &quot;Tim Carey-Smith&quot;]
 EMAIL = [ &quot;atmos@atmos.org&quot;, &quot;tim@spork.in&quot; ]
 HOMEPAGE = &quot;http://github.com/atmos/hancock&quot;</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8bf854966dec35f409f5b6928459a22e177a06d0</id>
    </parent>
  </parents>
  <author>
    <name>Corey Donohoe</name>
    <email>atmos@atmos.org</email>
  </author>
  <url>http://github.com/atmos/hancock/commit/b208d7eb1bead8bf8be786d0449f2fe1fbb08f88</url>
  <id>b208d7eb1bead8bf8be786d0449f2fe1fbb08f88</id>
  <committed-date>2009-10-29T23:43:36-07:00</committed-date>
  <authored-date>2009-10-29T23:43:36-07:00</authored-date>
  <message>simplifying the README and bumping the version because i'm breaking things :)</message>
  <tree>97bd900ef2812ee4be4948e44cbfd4edf004a53f</tree>
  <committer>
    <name>Corey Donohoe</name>
    <email>atmos@atmos.org</email>
  </committer>
</commit>
