lib/sane.rb in sane-0.21.2 vs lib/sane.rb in sane-0.21.3

- old
+ new

@@ -4,10 +4,10 @@ # require 'rubygems' if RUBY_VERSION < '1.9' # for the other requires require 'os' require 'andand' for file in Dir[File.dirname(__FILE__) + '/sane/*'].sort do - require file + require file unless file =~ /test.rb$/ end class Sane # helper for installing it locally on 1.8 # if you want to be able to use it without rubygems