1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Ignoring my local (shocking) gem builder script, and removing some debugging from the loader module

This commit is contained in:
Lee Hambley 2009-05-20 22:04:27 +01:00
parent 1d9d480b5f
commit e2a4f1e2cb
2 changed files with 2 additions and 2 deletions

3
.gitignore vendored
View file

@ -3,4 +3,5 @@ doc
pkg
*.swp
*.patch
*.gem
*.gem
*.sh

View file

@ -176,7 +176,6 @@ module Capistrano
load_paths.each do |path|
["", ".rb"].each do |ext|
name = File.join(path, "#{file}#{ext}")
debugger
return name if File.file?(name)
end
end