<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,5 @@
 #!/usr/bin/env ruby
 ENV['RUBYOPT'] = &quot;-rdate #{ENV['RUBYOPT']}&quot;
-ENV['RUBYLIB'] = &quot;#{File.join(File.dirname(File.dirname(__FILE__)), 'lib')}:#{File.join(File.dirname(File.dirname(__FILE__)), 'lib', 'third_base', 'compat')}:#{ENV['RUBYLIB']}&quot;
+lib = File.join(File.dirname(File.dirname(__FILE__)), 'lib')
+ENV['RUBYLIB'] = [lib, File.join(lib, 'third_base', 'compat'), ENV['RUBYLIB']].join(RUBY_PLATFORM =~ /win32/ ? ';' : ':')
 exec(*ARGV)</diff>
      <filename>bin/third_base</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 spec = Gem::Specification.new do |s|
   s.name = &quot;third_base&quot;
-  s.version = &quot;1.1.0&quot;
+  s.version = &quot;1.1.1&quot;
   s.author = &quot;Jeremy Evans&quot;
   s.email = &quot;code@jeremyevans.net&quot;
   s.homepage = &quot;http://third-base.rubyforge.org&quot;</diff>
      <filename>third_base.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>32db77410ff0fa5b879db2770bed8a2d21f68b39</id>
    </parent>
  </parents>
  <author>
    <name>Jeremy Evans</name>
    <email>code@jeremyevans.net</email>
  </author>
  <url>http://github.com/jeremyevans/third_base/commit/5ffc2f28dd5ee94462f0ff3a2d1426cdab689d12</url>
  <id>5ffc2f28dd5ee94462f0ff3a2d1426cdab689d12</id>
  <committed-date>2009-07-09T12:21:49-07:00</committed-date>
  <authored-date>2009-07-09T12:21:49-07:00</authored-date>
  <message>Make bin/third_base work on Windows, Bump version to 1.1.1</message>
  <tree>58657136ab44d49fc3880c82ed4b321c231b9c7d</tree>
  <committer>
    <name>Jeremy Evans</name>
    <email>code@jeremyevans.net</email>
  </committer>
</commit>
