<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,6 +8,6 @@ Exceptional (http://getexceptional.com) is a web-based exception tracking and ma
 
 = Installation
 
-For installation instructions, follow the steps displayed after adding a new app to your account. Please send any questions or comments to hello@getexceptional.com.
+For installation instructions, follow the steps displayed after adding a new app to your account. Please send any questions or comments to feedback@getexceptional.com.
 
 Copyright &#169; 2008, 2009 Contrast.</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -6,7 +6,7 @@ begin
     p.summary      = &quot;Exceptional is the core Ruby library for communicating with http://getexceptional.com (hosted error tracking service)&quot;
     p.description  = &quot;Exceptional is the core Ruby library for communicating with http://getexceptional.com (hosted error tracking service)&quot;
     p.url          = &quot;http://getexceptional.com/&quot;
-    p.author       = ['Contrast']
+    p.author       = [&quot;Contrast&quot;]
     p.email        = &quot;hello@contrast.ie&quot;
     p.dependencies = [&quot;json&quot;]
   end</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,41 +1,34 @@
+# -*- encoding: utf-8 -*-
+
 Gem::Specification.new do |s|
-  s.name     = &quot;exceptional&quot;
-  s.version  = &quot;0.0.6&quot;
-  s.date     = &quot;2008-11-4&quot;
-  s.summary  = &quot;Exceptional is the core Ruby library for communicating with http://getexceptional.com (hosted error tracking service)&quot;
-  s.email    = &quot;hello@contrast.ie&quot;
-  s.homepage = &quot;http://github.com/contrast/exceptional&quot;
-  s.description = &quot;Exceptional is the core Ruby library for communicating with http://getexceptional.com (hosted error tracking service)&quot;
+  s.name = %q{exceptional}
+  s.version = &quot;0.0.6&quot;
+
+  s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 1.2&quot;) if s.respond_to? :required_rubygems_version=
+  s.authors = [&quot;Contrast&quot;]
+  s.date = %q{2009-07-09}
+  s.description = %q{Exceptional is the core Ruby library for communicating with http://getexceptional.com (hosted error tracking service)}
+  s.email = %q{hello@contrast.ie}
+  s.extra_rdoc_files = [&quot;lib/exceptional/api.rb&quot;, &quot;lib/exceptional/bootstrap.rb&quot;, &quot;lib/exceptional/config.rb&quot;, &quot;lib/exceptional/exception_data.rb&quot;, &quot;lib/exceptional/integration/rails.rb&quot;, &quot;lib/exceptional/log.rb&quot;, &quot;lib/exceptional/remote.rb&quot;, &quot;lib/exceptional/version.rb&quot;, &quot;lib/exceptional.rb&quot;, &quot;README&quot;]
+  s.files = [&quot;exceptional.gemspec&quot;, &quot;exceptional.yml&quot;, &quot;History.txt&quot;, &quot;init.rb&quot;, &quot;install.rb&quot;, &quot;lib/exceptional/api.rb&quot;, &quot;lib/exceptional/bootstrap.rb&quot;, &quot;lib/exceptional/config.rb&quot;, &quot;lib/exceptional/exception_data.rb&quot;, &quot;lib/exceptional/integration/rails.rb&quot;, &quot;lib/exceptional/log.rb&quot;, &quot;lib/exceptional/remote.rb&quot;, &quot;lib/exceptional/version.rb&quot;, &quot;lib/exceptional.rb&quot;, &quot;Manifest&quot;, &quot;Rakefile&quot;, &quot;README&quot;, &quot;spec/api_spec.rb&quot;, &quot;spec/bootstrap_spec.rb&quot;, &quot;spec/config_spec.rb&quot;, &quot;spec/exception_data_spec.rb&quot;, &quot;spec/exceptional_rescue_from_spec.rb&quot;, &quot;spec/exceptional_spec.rb&quot;, &quot;spec/log_spec.rb&quot;, &quot;spec/remote_spec.rb&quot;, &quot;spec/spec_helper.rb&quot;]
   s.has_rdoc = true
-  s.authors  = [&quot;Contrast&quot;]
-  s.files    = [&quot;History.txt&quot;, 
-		&quot;Manifest&quot;, 
-		&quot;README&quot;, 
-		&quot;Rakefile&quot;, 
-		&quot;exceptional.gemspec&quot;,
-		&quot;exceptional.yml&quot;,
-		&quot;init.rb&quot;, 
-		&quot;install.rb&quot;,
-		&quot;lib/exceptional/api.rb&quot;,
-		&quot;lib/exceptional/bootstrap.rb&quot;,
-		&quot;lib/exceptional/config.rb&quot;,
-    &quot;lib/exceptional/exception_data.rb&quot;,
-    &quot;lib/exceptional/integration/rails.rb&quot;,
-    &quot;lib/exceptional/log.rb&quot;,
-    &quot;lib/exceptional/remote.rb&quot;,
-    &quot;lib/exceptional/version.rb&quot;,
-    &quot;lib/exceptional.rb&quot;]
-  s.test_files = [
-      &quot;spec/api_spec.rb&quot;,
-      &quot;spec/bootstrap_spec.rb&quot;,
-      &quot;spec/config_spec.rb&quot;,
-      &quot;spec/exception_data_spec.rb&quot;,
-      &quot;spec/exceptional_rescue_from_spec.rb&quot;,
-      &quot;spec/exceptional_spec.rb&quot;,
-      &quot;spec/log_spec.rb&quot;,
-      &quot;spec/remote_spec.rb&quot;,
-      &quot;spec/spec_helper.rb&quot;]
-  s.rdoc_options = [&quot;--main&quot;, &quot;README&quot;]
-  s.extra_rdoc_files = [&quot;History.txt&quot;, &quot;Manifest&quot;, &quot;README&quot;]
-  s.add_dependency(&quot;json&quot;, [&quot;&gt; 0.0.0&quot;])
+  s.homepage = %q{http://getexceptional.com/}
+  s.rdoc_options = [&quot;--line-numbers&quot;, &quot;--inline-source&quot;, &quot;--title&quot;, &quot;Exceptional&quot;, &quot;--main&quot;, &quot;README&quot;]
+  s.require_paths = [&quot;lib&quot;]
+  s.rubyforge_project = %q{exceptional}
+  s.rubygems_version = %q{1.3.1}
+  s.summary = %q{Exceptional is the core Ruby library for communicating with http://getexceptional.com (hosted error tracking service)}
+
+  if s.respond_to? :specification_version then
+    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
+    s.specification_version = 2
+
+    if Gem::Version.new(Gem::RubyGemsVersion) &gt;= Gem::Version.new('1.2.0') then
+      s.add_runtime_dependency(%q&lt;json&gt;, [&quot;&gt;= 0&quot;])
+    else
+      s.add_dependency(%q&lt;json&gt;, [&quot;&gt;= 0&quot;])
+    end
+  else
+    s.add_dependency(%q&lt;json&gt;, [&quot;&gt;= 0&quot;])
+  end
 end</diff>
      <filename>exceptional.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0157bb1526fb173fd9b29bbedcfd6a66b2dc36fd</id>
    </parent>
  </parents>
  <author>
    <name>Eoghan McCabe</name>
    <email>eoghanmccabe@Eoghan-McCabes-iMac.local</email>
  </author>
  <url>http://github.com/contrast/exceptional/commit/fc75a8b99a5dce282f67905d7d2e2f18a21fec8a</url>
  <id>fc75a8b99a5dce282f67905d7d2e2f18a21fec8a</id>
  <committed-date>2009-07-09T07:05:55-07:00</committed-date>
  <authored-date>2009-07-09T07:05:55-07:00</authored-date>
  <message>Update more contact details</message>
  <tree>88ffcb04f37eeb7c85fc2b309c1263daf06af2e8</tree>
  <committer>
    <name>Eoghan McCabe</name>
    <email>eoghanmccabe@Eoghan-McCabes-iMac.local</email>
  </committer>
</commit>
