lib/muflax.rb in muflax-0.6.0 vs lib/muflax.rb in muflax-0.6.1

- old
+ new

@@ -14,10 +14,10 @@ # external libs require "awesome_print" require "highline/import" require "range_math" -require "trollop" +require "optimist" def require_local_libs path, location=__FILE__ Dir["#{File.join(File.dirname(location), path)}/*.rb"].each do |lib| require lib end