<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,2 +1,3 @@
+.DS_Store
 config/*
 log/*</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -25,9 +25,7 @@
 
 begin
   require &quot;rubygems&quot;
-  require &quot;gruff&quot;
   require File.dirname(__FILE__) + &quot;/../lib/bong&quot;
-#  require &quot;bong&quot;
 rescue LoadError
   require File.dirname(__FILE__) + &quot;/../lib/bong&quot;
 end</diff>
      <filename>bin/bong</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,5 @@
 require 'yaml'
 require 'logger'
-require 'gruff'
-
 
 ##
 # A tool for running httperf against a website. Documentation coming soon.
@@ -63,10 +61,13 @@ class Bong
 
 
   def graph_report(graph_path, report_yml_path)
+    # Require gruff here so people can run the rest of the app without gruff.
+    require 'gruff'
+    
     @report = YAML.load(File.read(report_yml_path))
 
-    #remove any with no date
-    @report.reject!{ |name, data| name.split(&quot;-&quot;).size!=2}
+    # Remove any with no date
+    @report.reject! { |name, data| name.split(&quot;-&quot;).size != 2 }
 
     number_of_times = @report.size
     </diff>
      <filename>lib/bong.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2ba7a2489b2070d9089b964695b7eaecc700cb1b</id>
    </parent>
  </parents>
  <author>
    <name>Geoffrey Grosenbach</name>
    <email>boss@topfunky.com</email>
  </author>
  <url>http://github.com/topfunky/bong/commit/407011327a8077190969555b6278e3b3140ddeb2</url>
  <id>407011327a8077190969555b6278e3b3140ddeb2</id>
  <committed-date>2008-07-15T11:25:25-07:00</committed-date>
  <authored-date>2008-07-15T11:25:25-07:00</authored-date>
  <message>Move gruff requirement to method that uses it so people can run the rest of the app without it.</message>
  <tree>61506091bc819c2a5fdbfe212083db12b7a0e16a</tree>
  <committer>
    <name>Geoffrey Grosenbach</name>
    <email>boss@topfunky.com</email>
  </committer>
</commit>
