<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,9 @@
 = pathname3 Changelog
 
+== Version 1.2.3
+
+* Fixes gem building on GitHub
+
 == Version 1.2.2
 
 * Fixes a bug where split didn't return Pathnames</diff>
      <filename>CHANGES</filename>
    </modified>
    <modified>
      <diff>@@ -7,8 +7,7 @@ require 'find'
 # paths than the class-level methods on File, FileTest, Dir, and Find.
 #
 class Pathname &lt; String
-  VERSION     = '1.2.2' # version of the library
-  SYMLOOP_MAX = 8       # deepest symlink traversal
+  SYMLOOP_MAX = 8 # deepest symlink traversal
   
   ROOT    = '/'.freeze
   DOT     = '.'.freeze</diff>
      <filename>lib/pathname3.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,12 +1,10 @@
-require 'lib/pathname3'
-
 Gem::Specification.new do |s|
   s.author   = 'Stephen Touset'
   s.email    = 'stephen@touset.org'
   s.homepage = 'http://github.com/stouset/pathname3/'
   
   s.name        = 'pathname3'
-  s.version     = Pathname::VERSION # v1.2.3
+  s.version     = '1.2.3'
   s.platform    = Gem::Platform::RUBY
   s.description = 'Faster replacement for pathname and pathname2'
   s.summary     = &lt;&lt;-DESC.strip.gsub(/\s+/, ' ')
@@ -25,10 +23,9 @@ Gem::Specification.new do |s|
   
   s.files  = %w{ CHANGES README LICENSE }
   s.files += %w{ pathname3.gemspec }
-  s.files += Dir['{lib,test}/**/*']
+  s.files += %w{ lib/pathname3.rb }
+  s.files += %w{ test/lib/test_pathname.rb }
+  s.files += %w{ test/lib/test_pathname3.rb }
   
-  s.has_rdoc     = true
-  
-  # to satisfy GitHub
-  s.rubygems_version = '1.1.1'
+  s.has_rdoc = true
 end</diff>
      <filename>pathname3.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bf0f778ef68a9d22ff0f9637f8ce187d1a617706</id>
    </parent>
  </parents>
  <author>
    <name>Stephen Touset</name>
    <email>stephen@touset.org</email>
  </author>
  <url>http://github.com/stouset/pathname3/commit/f3afb726e8351b5f1abaa62a04d5b0987d8685fb</url>
  <id>f3afb726e8351b5f1abaa62a04d5b0987d8685fb</id>
  <committed-date>2008-06-04T09:34:55-07:00</committed-date>
  <authored-date>2008-06-04T09:34:55-07:00</authored-date>
  <message>Changes to satisfy github building requirements</message>
  <tree>fd1ac671c115eb148fc45f767804483d52c18530</tree>
  <committer>
    <name>Stephen Touset</name>
    <email>stephen@touset.org</email>
  </committer>
</commit>
