<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,9 @@
-require 'ftools'
+if RUBY_VERSION &lt; &quot;1.9&quot;
+  require 'ftools'
+else
+  require 'fileutils'
+end
+
 include FileUtils
 GEDIT = File.join ENV['HOME'], '.gnome2/gedit/'
 </diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,3 @@
 #!/bin/bash
-nohup gedit --new-window $@ 2&gt; /dev/null &gt; /dev/null &amp;
+nohup gedit $@ 2&gt; /dev/null &gt; /dev/null &amp;
 </diff>
      <filename>bin/g</filename>
    </modified>
    <modified>
      <diff>@@ -34,13 +34,13 @@
     &lt;glob pattern=&quot;*.rxml&quot;/&gt;
     &lt;glob pattern=&quot;*.builder&quot;/&gt;
   &lt;/mime-type&gt;
-  &lt;mime-type type=&quot;text/x-yaml&quot;&gt;
-    &lt;comment&gt;YAML Ain't Markup Language&lt;/comment&gt;
-    &lt;glob pattern=&quot;*.yml&quot;/&gt;
-  &lt;/mime-type&gt;
   &lt;mime-type type=&quot;text/x-cucumber&quot;&gt;
     &lt;comment&gt;Cucumber feature plain text file&lt;/comment&gt;
     &lt;glob pattern=&quot;*.feature&quot;/&gt;
   &lt;/mime-type&gt;
+  &lt;mime-type type=&quot;text/x-yaml&quot;&gt;
+    &lt;comment&gt;YAML Ain't Markup Language&lt;/comment&gt;
+    &lt;glob pattern=&quot;*.yml&quot;/&gt;
+  &lt;/mime-type&gt;
 &lt;/mime-info&gt;
 </diff>
      <filename>mime/rails.xml</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>lang-specs/feature.lang</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>d661e3f20f641c8c117685f1e5fb75842d85531d</id>
    </parent>
  </parents>
  <author>
    <name>Julian Burgess</name>
    <email>aubergene@gmail.com</email>
  </author>
  <url>http://github.com/aubergene/gedit-mate/commit/77f2aeacdc9e15bc867c8c0d313c552d70dd3149</url>
  <id>77f2aeacdc9e15bc867c8c0d313c552d70dd3149</id>
  <committed-date>2009-11-04T14:26:48-08:00</committed-date>
  <authored-date>2009-11-04T14:26:48-08:00</authored-date>
  <message>Updated to work with Ruby 1.9.1. Also removed feature.lang as it was matching text/plain and already defined in cucumber.lang</message>
  <tree>5d8e7d9a52e5acefde1f24bc29d4ed00fbf9712d</tree>
  <committer>
    <name>Julian Burgess</name>
    <email>aubergene@gmail.com</email>
  </committer>
</commit>
