<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,7 @@
 Gem::Specification.new do |s|
   s.name = &quot;exception_notification&quot;
-  s.version = &quot;1.0.20090610&quot;
-  s.date = &quot;2009-06-10&quot;
+  s.version = &quot;1.0.20090728&quot;
+  s.date = &quot;2009-07-28&quot;
   s.summary = &quot;Gemified exception_notification rails plugin, compatible with Rails 2.3&quot;
   s.email = &quot;code@jeremyevans.net&quot;
   s.homepage = &quot;http://github.com/jeremyevans/exception_notification&quot;</diff>
      <filename>exception_notification.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -4,4 +4,4 @@
 &lt;% end -%&gt;
 
 * Process: &lt;%= $$ %&gt;
-* Server : &lt;%= `hostname -s`.chomp %&gt;
+* Server : &lt;%= Socket.gethostname %&gt;</diff>
      <filename>views/exception_notifier/_environment.rhtml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2387ab4bd5104dcdc6de12dd8cf6d82443d91d3d</id>
    </parent>
  </parents>
  <author>
    <name>Jeremy Evans</name>
    <email>code@jeremyevans.net</email>
  </author>
  <url>http://github.com/jeremyevans/exception_notification/commit/e56a9730eadaae25464f9bd30c2b736fda689e5d</url>
  <id>e56a9730eadaae25464f9bd30c2b736fda689e5d</id>
  <committed-date>2009-07-28T08:11:14-07:00</committed-date>
  <authored-date>2009-07-28T08:11:14-07:00</authored-date>
  <message>Use Socket.gethostname instead of `hostname -s`

This makes the exception notifier portable to systems that don't
have the hostname program (such as Windows).  It's probably faster
as well.

This changes the output slightly, as gethostname will generally
return a fully qualified hostname, whereas hostname -s left off
the domain name.</message>
  <tree>6e4ca2e1824dafe6d7bba51a06ecf02e0174503f</tree>
  <committer>
    <name>Jeremy Evans</name>
    <email>code@jeremyevans.net</email>
  </committer>
</commit>
