lib/RipXplore.rb in ripxplore-0.4.0 vs lib/RipXplore.rb in ripxplore-0.5.0

- old
+ new

@@ -2,10 +2,10 @@ $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__))) require 'open-uri' class RipXplore -VERSION="0.4.0" +VERSION="0.5.0" 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}