<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -19,10 +19,10 @@ Documentation: http://docs.github.com/Floppy/amee-ruby
 2) Install gem
     &gt; sudo gem install amee
 
-== IMPORTANT CHANGES in 2.0.25
+== IMPORTANT CHANGES when upgrading beyond 2.0.25
 
 If you are using the $amee connection in your Rails apps, this is now deprecated
- and will be removed in future releases. See the &quot;Rails&quot; section below for details 
+and will be removed in future releases. See the &quot;Rails&quot; section below for details 
 of what you should use instead.
 
 == USAGE</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 Gem::Specification.new do |s|
   s.name = &quot;amee&quot;
-  s.version = &quot;2.0.26&quot;
-  s.date = &quot;2009-10-08&quot;
+  s.version = &quot;2.0.27&quot;
+  s.date = &quot;2009-10-16&quot;
   s.summary = &quot;Ruby interface to the AMEE carbon calculator&quot;
   s.email = &quot;james@floppy.org.uk&quot;
   s.homepage = &quot;http://github.com/Floppy/amee-ruby&quot;</diff>
      <filename>amee-ruby.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -7,7 +7,8 @@ module AMEE
 
     class Connection
       def self.global(options = {})
-        unless @connection          
+        unless @connection
+          $AMEE_CONFIG ||= {} # Make default values nil
           @connection = self.connect($AMEE_CONFIG['server'], $AMEE_CONFIG['username'], $AMEE_CONFIG['password'], options)
           # Also store as $amee for backwards compatibility, though this is now deprecated
           $amee = @connection</diff>
      <filename>lib/amee/rails.rb</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@ module AMEE
   module VERSION #:nodoc:
     MAJOR = 2
     MINOR = 0
-    TINY  = 22
+    TINY  = 27
     STRING = [MAJOR, MINOR, TINY].join('.')
   end
   </diff>
      <filename>lib/amee/version.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>00ca2360d28a7eab238fb1bb94402e4c60992a10</id>
    </parent>
  </parents>
  <author>
    <name>James Smith</name>
    <email>james@floppy.org.uk</email>
  </author>
  <url>http://github.com/Floppy/amee-ruby/commit/3fe9067613a949c71798c7d11a4a2828c4b31b48</url>
  <id>3fe9067613a949c71798c7d11a4a2828c4b31b48</id>
  <committed-date>2009-10-16T06:34:59-07:00</committed-date>
  <authored-date>2009-10-16T06:34:59-07:00</authored-date>
  <message>fix issue with defaults if there is no amee.yml</message>
  <tree>7b1b06a3356daf88a43526cd487b6f1b9b1d2897</tree>
  <committer>
    <name>James Smith</name>
    <email>james@floppy.org.uk</email>
  </committer>
</commit>
