<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,4 @@
 pkg
 coverage
 .DS_Store
+tags</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@ $LOAD_PATH.unshift lib_path unless $LOAD_PATH.include?(lib_path)
 require 'beholder'
 require 'rubygems'
 require 'micronaut'
-gem :rr, '=0.7.0'
+gem :rr, '&gt;=0.7.0'
 require 'log_buddy'
 LogBuddy.init
 
@@ -17,4 +17,4 @@ Micronaut.configure do |c|
   c.mock_with :rr
   c.color_enabled = not_in_editor?  
   c.filter_run :focused =&gt; true
-end
\ No newline at end of file
+end</diff>
      <filename>examples/example_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -151,7 +151,7 @@ describe Beholder do
   
   describe &quot;read_map_at&quot; do
     
-    it &quot;rescues exceptions from instance_eval'ing the map, and carrys on&quot; do
+    it &quot;rescues exceptions from instance_eval'ing the map, and carries on&quot; do
       beholder = Beholder.new
       stub(File).exist? { true }
       mock(File).readlines(&quot;my_map.rb&quot;) { [&quot;!and this is invalid Ruby;end\nand more&quot;] }
@@ -161,9 +161,9 @@ describe Beholder do
     
   end
   
-  describe &quot;output&quot; do
+  describe &quot;say&quot; do
     
-    it &quot;say puts to stdout if verbose is true&quot; do
+    it &quot;puts to stdout if verbose is true&quot; do
       begin 
         ARGV.push(&quot;-v&quot;)
         beholder = Beholder.new
@@ -175,4 +175,4 @@ describe Beholder do
     end
   end
   
-end
\ No newline at end of file
+end</diff>
      <filename>examples/lib/beholder_example.rb</filename>
    </modified>
    <modified>
      <diff>@@ -71,7 +71,9 @@ class Beholder
   def build_cmd(paths)
     classes = paths.map { |p| p.gsub(&quot;.rb&quot;, &quot;&quot;) }.join(&quot; &quot;)
     puts &quot;\nRunning #{paths.join(', ').inspect}&quot; 
+
     execute = %[-e &quot;%w[#{classes}].each { |f| require f }&quot;]
+# Pickup command from treasure map here, probably
     cmd = &quot;ruby #{execute}&quot;
     say cmd
     cmd
@@ -198,4 +200,4 @@ class Beholder
     puts msg if verbose
   end
 
-end
\ No newline at end of file
+end</diff>
      <filename>lib/beholder.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>402865cee581b2c4762893f0d7206bb79ee156c1</id>
    </parent>
  </parents>
  <author>
    <name>Chad Humphries</name>
    <email>chad@spicycode.com</email>
  </author>
  <url>http://github.com/spicycode/beholder/commit/a243692d2ce2422d0739a7785180905e8c481d95</url>
  <id>a243692d2ce2422d0739a7785180905e8c481d95</id>
  <committed-date>2009-04-05T13:06:13-07:00</committed-date>
  <authored-date>2009-04-05T13:06:13-07:00</authored-date>
  <message>Woah, did it suddenly get less awesome in here?  It must have been something I merged...</message>
  <tree>8a6e7f56489f5a8b23ebb45c829c57897a5a646d</tree>
  <committer>
    <name>Chad Humphries</name>
    <email>chad@spicycode.com</email>
  </committer>
</commit>
