<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,9 @@
+= 0.7
+
+* Changed class methods to use singleton instance instead
+  of passing around so much class-specific state which
+  was really messy.
+
 = 0.6
 
 * Added ability to use LightCloud as an instance as </diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -35,7 +35,7 @@ require File.join(File.dirname(__FILE__), 'tyrant_client')
 #  print LightCloud.get(&quot;hello&quot;) # =&gt; nil
 #
 class LightCloud
-  VERSION = '0.6'
+  VERSION = '0.7'
   DEFAULT_SYSTEM = 'default'
   @@instance = nil
 </diff>
      <filename>lib/lightcloud.rb</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@ Gem::Specification.new do |s|
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
  
   s.name = 'lightcloud'
-  s.version = '0.6'
+  s.version = '0.7'
   s.date = '2009-03-04'
  
   s.description = &quot;LightCloud library for Ruby&quot;
@@ -18,9 +18,9 @@ Gem::Specification.new do |s|
 
   s.has_rdoc = true
   s.homepage = 'http://github.com/mitchellh/lightcloud/'
-  s.rdoc_options = [&quot;--line-numbers&quot;, &quot;--inline-source&quot;, &quot;--title&quot;, &quot;hash_ring&quot;, &quot;--main&quot;, &quot;README.rdoc&quot;]
+  s.rdoc_options = [&quot;--line-numbers&quot;, &quot;--inline-source&quot;, &quot;--title&quot;, &quot;lightcloud&quot;, &quot;--main&quot;, &quot;README.rdoc&quot;]
   s.require_paths = %w[lib]
-  s.rubygems_version = '0.6'
+  s.rubygems_version = '0.7'
 
   s.files = %w[
     CREDITS</diff>
      <filename>lightcloud.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8dcc558bcba64d7b7042c67af60d8dd5663ece13</id>
    </parent>
  </parents>
  <author>
    <name>Mitchell Hashimoto</name>
    <email>mitchellh@mothership.(none)</email>
  </author>
  <url>http://github.com/mitchellh/lightcloud/commit/18e06e6df74420549ae8faeefb463c97124f01d2</url>
  <id>18e06e6df74420549ae8faeefb463c97124f01d2</id>
  <committed-date>2009-03-05T10:34:23-08:00</committed-date>
  <authored-date>2009-03-05T10:34:23-08:00</authored-date>
  <message>Merged with development branch. Pushed gem version up to 0.7. In this release I made the class methods rely on an internal singleton-like class instead of passing around a ton of class-specific state which was really messy.</message>
  <tree>d92253401fbc671fecc7a55708a0225ea02dfefe</tree>
  <committer>
    <name>Mitchell Hashimoto</name>
    <email>mitchellh@mothership.(none)</email>
  </committer>
</commit>
