<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,10 @@
 == 3.2.6
 
+* Upgraded to JSON 1.1.7
+* Added a guard to skip loading JSON when Rails has already done it for us
+
+== 3.2.6
+
 * Upgraded to Amalgalite 0.10.0
 * Added an extra Timeout.timeout() loop to all API requests in an attempt to
   avoid Net::HTTP hanging on server errors</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -38,7 +38,7 @@ SA_SPEC = Gem::Specification.new do |spec|
   spec.add_dependency(&quot;arrayfields&quot;, &quot;=4.7.3&quot;)  # fix Amalgalite's results
   spec.add_dependency(&quot;amalgalite&quot;,  &quot;=0.10.0&quot;)
   spec.add_dependency(&quot;rest-client&quot;, &quot;=1.0&quot;)
-  spec.add_dependency(&quot;json&quot;,        &quot;=1.1.6&quot;)
+  spec.add_dependency(&quot;json&quot;,        &quot;=1.1.7&quot;)
   spec.add_dependency(&quot;xmpp4r&quot;,      &quot;=0.4&quot;)
   spec.add_dependency(&quot;elif&quot;,        &quot;=0.1.0&quot;)  # used by some plugins
 </diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -27,7 +27,7 @@ require &quot;scout_agent/dispatcher&quot;
 require &quot;scout_agent/api&quot;
 
 # require gems
-require_lib_or_gem &quot;json&quot;,          &quot;=1.1.6&quot;
+require_lib_or_gem &quot;json&quot;,          &quot;=1.1.7&quot; unless defined? JSON
 require_lib_or_gem &quot;amalgalite&quot;,    &quot;=0.10.0&quot;
 require_lib_or_gem &quot;rest_client&quot;,   &quot;=1.0&quot;
 require_lib_or_gem &quot;xmpp4r&quot;,        &quot;=0.4&quot;
@@ -92,7 +92,7 @@ module ScoutAgent
   end
 
   # The version of this agent.
-  VERSION = &quot;3.2.6&quot;.freeze
+  VERSION = &quot;3.2.7&quot;.freeze
   # A Pathname reference to the agent code directory, used in dynamic loading.
   LIB_DIR = Pathname.new(File.dirname(__FILE__)) + agent_name
 end</diff>
      <filename>lib/scout_agent.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8352c4c78287e05cc59a5d74bb42163ff779067e</id>
    </parent>
  </parents>
  <author>
    <name>James Edward Gray II</name>
    <email>james@graysoftinc.com</email>
  </author>
  <url>http://github.com/highgroove/scout_agent/commit/108cb979f6dca9b05407fe59822ff6fd848088f5</url>
  <id>108cb979f6dca9b05407fe59822ff6fd848088f5</id>
  <committed-date>2009-08-18T13:31:13-07:00</committed-date>
  <authored-date>2009-08-18T13:31:13-07:00</authored-date>
  <message>More JSON fixes.</message>
  <tree>5fdd876d0bf3c81c4db326a50dd2d42b43ef0b7f</tree>
  <committer>
    <name>James Edward Gray II</name>
    <email>james@graysoftinc.com</email>
  </committer>
</commit>
