<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-# Highrise (0.13.0)
+# Highrise (1.0)
 
 ## What is it?
 
@@ -14,10 +14,8 @@ All these classes are inherited from ActiveResouce::Base. Refer to the [ActiveRe
 
 ### Dependencies
 
-* ActiveResorce &gt;= 2.2.2
+* ActiveResorce &gt;= 2.1
 * ActiveSupport &gt;= 2.1
-* Curb
-* Hpricot
 
 ### Configure your key
     
@@ -33,7 +31,7 @@ or
 
 and, if you want [caching][c]:
 
-    Highrise::Base.connection.cache_store= &lt;your normal ActiveSupport::Caching options&gt;
+    Highrise::Base.cache_store= &lt;your normal ActiveSupport::Caching options&gt;
     
 If you are using this in a Rails application, putting this code in a config/initializers/highrise.rb
 file is recommended. See config_initializers_highrise.rb in the examples/ directory.</diff>
      <filename>README.mkdn</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
 --- 
 :minor: 0
-:patch: 0
+:patch: 1
 :major: 1</diff>
      <filename>VERSION.yml</filename>
    </modified>
    <modified>
      <diff>@@ -7,6 +7,6 @@ if Rails.env != 'test' then
     Highrise::Base.site = 'https://my_fancy_auth_token@example.com.i'
   end
   # The cache store can be anything that ActiveSupport can handle
-  Highrise::Base.connection.cache_store = ActiveSupport::Cache.lookup_store :mem_cache_store
-  Highrise::Base.connection.store_options = { :expires_in =&gt; 60.seconds }
+  Highrise::Base.cache_store = ActiveSupport::Cache.lookup_store :mem_cache_store
+  Highrise::Base.store_options = { :expires_in =&gt; 60.seconds }
 end
\ No newline at end of file</diff>
      <filename>examples/config_initializers_highrise.rb</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@ require 'pp'
 
 Highrise::Base.site = 'https://yoursite.highrisehq.com'
 Highrise::Base.user = 'xxx'
-Highrise::Base.connection.cache_store = :memory_store
+Highrise::Base.cache_store = :memory_store
 
 @tags = Highrise::Tag.find(:all)
 </diff>
      <filename>examples/sample.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c3c47e2fe05564797dc37ef6966de36a559426b1</id>
    </parent>
  </parents>
  <author>
    <name>Kenneth Mayer</name>
    <email>kmayer@bitwrangler.com</email>
  </author>
  <url>http://github.com/tapajos/highrise/commit/34bd8cf618fb1e90a5d30cbd6629eb87c6883be1</url>
  <id>34bd8cf618fb1e90a5d30cbd6629eb87c6883be1</id>
  <committed-date>2009-09-02T11:56:42-07:00</committed-date>
  <authored-date>2009-09-02T11:56:42-07:00</authored-date>
  <message>Version bump to 1.0.1</message>
  <tree>d93e9eb3b2ccdf8ccbeac9f8f30fcdef5eb1dff9</tree>
  <committer>
    <name>Kenneth Mayer</name>
    <email>kmayer@bitwrangler.com</email>
  </committer>
</commit>
