lib/RipXplore.rb in ripxplore-0.5.1 vs lib/RipXplore.rb in ripxplore-0.5.2

- old
+ new

@@ -2,10 +2,10 @@ $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__))) require 'open-uri' class RipXplore -VERSION="0.5.1" +VERSION="0.5.2" private def RipXplore.require_files_in_subdir(dirname) full_path=File.expand_path(dirname,File.dirname(__FILE__)) Dir.glob("#{full_path}/*.rb").sort.each {|f| require f}