<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,5 @@
+* Fix Secretary#source_last_modified not to raise an exception when one of the preprocessor's source files has been moved or deleted. (Jonathan Goldman) [#10 state:resolved]
+
 * Avoid hanging when preprocessing minified source files. (Maciej Pasternacki) [#9 state:resolved]
 
 </diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -28,8 +28,7 @@ class SourceFileTest &lt; Test::Unit::TestCase
     assert_not_equal source_file(&quot;src/foo/foo.js&quot;), source_file(&quot;src/foo/bar.js&quot;)
   end
   
-  def test_mtime_should_return_now_if_file_doesnt_exist
-    assert source_file(&quot;src/foo/non_existant.js&quot;).mtime.instance_of?(Time)
+  def test_mtime_should_return_now_if_file_does_not_exist
+    assert source_file(&quot;src/foo/nonexistent.js&quot;).mtime.instance_of?(Time)
   end
-  
 end</diff>
      <filename>test/test_source_file.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>12760eecf0453c966b892ebdfa0641d529b3ea13</id>
    </parent>
  </parents>
  <author>
    <name>Sam Stephenson</name>
    <email>sam@37signals.com</email>
  </author>
  <url>http://github.com/sstephenson/sprockets/commit/89ee413d6de72b6c46f6293c38953f4249c91742</url>
  <id>89ee413d6de72b6c46f6293c38953f4249c91742</id>
  <committed-date>2009-02-23T22:51:47-08:00</committed-date>
  <authored-date>2009-02-23T22:51:47-08:00</authored-date>
  <message>Fix Secretary#source_last_modified not to raise an exception when one of the preprocessor's source files has been moved or deleted. [#10 state:resolved]</message>
  <tree>bc4acfa56ba70f5bef296a68bdcf03012fb901df</tree>
  <committer>
    <name>Sam Stephenson</name>
    <email>sam@37signals.com</email>
  </committer>
</commit>
