2010-09-20 rocky * lib/version.rb: Set version number back to what it was 2010-09-20 rocky * Rakefile, lib/require_relative.rb, test/test-rr.rb: require_relative: Add RequireRelative::abs_file which is like __FILE__ but gives the absolute location. Rakefile: Had broken tests because rake's default mechanism appears to be broken here and I don't know why. test-rr.rb: Reinstate more stringent testing - chdir before require_relative 2010-09-20 rocky * .gemspec, Makefile, Rakefile, lib/.gitignore, lib/Makefile, lib/version.rb: Administrivia: Add packaging, a .gemspec, make comptaibility and so on. 2010-09-19 rocky * ChangeLog, Rakefile, lib/require_relative.rb, require_relative.rb, test/test-rr.rb: Gem packaging - this time, for sure! 2010-09-18 rocky * .gitignore, ChangeLog, README.textile, Rakefile: Bang on Rakefile for testing packaging and installing. 2010-09-18 rvm * Initial require_relative code.