Add some more debugging information when a plugin can't find a gem

This commit is contained in:
Robin Ward 2017-08-02 14:00:18 -04:00
parent 468a8fcd20
commit 582ae9ab8d
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ module PluginGem
end
else
puts "You are specifying the gem #{name} in #{path}, however it does not exist!"
puts "Looked for: #{spec_file}"
exit(-1)
end
end