Rakefile in tbd-3.4.1 vs Rakefile in tbd-3.4.3
- old
+ new
@@ -13,10 +13,10 @@
require "fileutils"
libs = ["topolys", "osut", "oslg", "tbd"]
files = {}
-
+
$:.each do |path|
libs.each do |l|
next unless path.include?(l)
files[l] = Dir.glob(File.join(path, "#{l}/*.rb"))