<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,7 +8,7 @@ Echoe.new('ruby-opencv', '0.0.7') do |p|
   p.url            = &quot;http://github.com/adamb/ruby-opencv&quot;
   p.author         = &quot;Masakazu Yonekura&quot;
   p.email          = &quot;masakazu.yonekura@gmail.com&quot;
-  p.ignore_pattern = [&quot;tmp/*&quot;, &quot;script/*&quot;]
+  p.ignore_pattern = [&quot;tmp/*&quot;, &quot;script/*&quot;, &quot;ext/*.o&quot;]
   p.development_dependencies = []
 end
 </diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -15,9 +15,9 @@ require &quot;mkmf&quot;
 # extconf.rb --with-opencv-lib=/path/to/opencv/lib
 # extconf.rb --with-opencv-include=/path/to/opencv/include
 
-dir_config(&quot;opencv&quot;, &quot;/usr/local/include/opencv&quot;, &quot;/usr/local/lib&quot;)
+dir_config(&quot;opencv&quot;, &quot;/opt/local/include/opencv&quot;, &quot;/usr/local/include/opencv&quot;, &quot;/usr/local/lib&quot;)
 if CONFIG[&quot;arch&quot;].include?(&quot;darwin&quot;)
-	dir_config(&quot;ffcall&quot;, &quot;/opt/local/include&quot;, &quot;/opt/local/lib&quot;)
+	dir_config(&quot;ffcall&quot;, &quot;/usr/local/include&quot;, &quot;/opt/local/lib&quot;)
 else
 	dir_config(&quot;ffcall&quot;, &quot;/usr/local/include&quot;, &quot;/usr/local/lib&quot;)
 end</diff>
      <filename>ext/extconf.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,3 @@
 module OpenCV
-  VERSION = '0.0.6'
+  VERSION = '0.0.7'
 end</diff>
      <filename>lib/version.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>706ce06373156107633800eeffba76172c3229bd</id>
    </parent>
  </parents>
  <author>
    <name>Adam Beguelin</name>
    <email>adamb@dao.local</email>
  </author>
  <url>http://github.com/bantic/ruby-opencv/commit/b2263145ec8144f516330488bcbc3f980134347f</url>
  <id>b2263145ec8144f516330488bcbc3f980134347f</id>
  <committed-date>2009-02-08T08:25:21-08:00</committed-date>
  <authored-date>2009-02-08T08:25:21-08:00</authored-date>
  <message>update rakefile to ignore .o files</message>
  <tree>b5ac366b6c3423b93d03a5a5bb7cc0dae5303c97</tree>
  <committer>
    <name>Adam Beguelin</name>
    <email>adamb@dao.local</email>
  </committer>
</commit>
