class Jeweler

def check_dependencies(type = nil)

def check_dependencies(type = nil)
  command = Jeweler::Commands::CheckDependencies.build_for(self)
  command.type = type
  command.run
end