module Jeweler::Generator::GithubMixin

def git_remote

def git_remote
  @git_remote ||= "git@github.com:#{github_username}/#{project_name}.git"
end