<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,6 @@
 Gem::Specification.new do |s|
   s.name = &quot;kompress&quot;
-  s.version = &quot;0.0.7&quot;
+  s.version = &quot;0.0.8&quot;
   s.date = &quot;2008-09-14&quot;
   s.summary = &quot;Kompress - kompress videos and see progress&quot;
   s.email = &quot;kastner@gmail.com&quot;</diff>
      <filename>kompress.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -73,13 +73,13 @@ module Kompress
       input_file.gsub(file_type_regexp, &quot;.tmp.#{container_type}&quot;)
     end
     
-    def raw_temp_file
-      temp_file.gsub(/'(.*)'/, '\1')
-    end
-    
     def output_file
       input_file.gsub(file_type_regexp, &quot;.#{container_type}&quot;)
     end
+
+    %w|input output temp|.each do |f|
+      define_method(&quot;raw_#{f}_file&quot;.to_sym) { send(&quot;#{f}_file&quot;).gsub(/'(.*)'/, '\1') }
+    end
     
     def thumb_file
       input_file.gsub(file_type_regexp, &quot;.#{thumb_type}&quot;)</diff>
      <filename>lib/kompress/job.rb</filename>
    </modified>
    <modified>
      <diff>@@ -112,6 +112,12 @@ describe &quot;A real job&quot; do
     @job.command.should =~ /640x300/
     @job.command.should.not =~ /640x480/
   end
+  
+  it &quot;should have a raw version of input, output and temp&quot; do
+    %w|input output temp|.each do |f|
+      @job.send(&quot;raw_#{f}_file&quot;).should == @job.send(&quot;#{f}_file&quot;).gsub(/'(.*)'/, '\1')
+    end
+  end
 end
 
 describe &quot;A frozen job&quot; do</diff>
      <filename>test/job_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c9dfbe81ecf6dc69b7f02414ccc3573a46011ae5</id>
    </parent>
  </parents>
  <author>
    <name>Erik Kastner</name>
    <email>kastner@gmail.com</email>
  </author>
  <url>http://github.com/kastner/kompress/commit/5c6120c1253484d37bf45c37014e8885bbbf9def</url>
  <id>5c6120c1253484d37bf45c37014e8885bbbf9def</id>
  <committed-date>2008-10-05T09:35:29-07:00</committed-date>
  <authored-date>2008-10-05T09:35:29-07:00</authored-date>
  <message>making raw versions of input, output and raw file methods for unlinking and stuff</message>
  <tree>598d01a033e48ddf2249e1ad9e7a40da9f5300a0</tree>
  <committer>
    <name>Erik Kastner</name>
    <email>kastner@gmail.com</email>
  </committer>
</commit>
