bin/s in script_finder-0.2.3 vs bin/s in script_finder-1.0.0
- old
+ new
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
-require 'script_finder'
+require 'script_finder/script_finder'
# by default, this looks for executables in a script/ dir. To change,
# pass the bin dir name as a second argument:
# ScriptFinder.find_and_execute(ARGV, 'commands')
ScriptFinder.find_and_execute(ARGV)