Rebuilt for Ruby 1.9.3.

This commit is contained in:
Vít Ondruch 2012-02-03 12:36:05 +01:00
commit b8ab4a74ef
3 changed files with 40 additions and 30 deletions

View file

@ -0,0 +1,9 @@
*** test/test.rb 2010-10-13 16:27:17.869975088 +0200
--- test/test.rb.new 2010-10-13 16:27:10.736981525 +0200
***************
*** 1,3 ****
--- 1,4 ----
+ $:.unshift File.join(File.dirname(__FILE__), '..', 'lib')
require 'test/unit'
require 'progressbar'