class Plugin

def git_url?

def git_url?
  @uri =~ /^git:\/\// || @uri =~ /\.git$/
end