Method: Jeweler::Generator::GithubMixin#git_remote
- Defined in:
- lib/bio-gem/mod/jeweler/github_mixin.rb
#git_remote ⇒ Object
class Jeweler::Generator::GithubMixin
10 11 12 |
# File 'lib/bio-gem/mod/jeweler/github_mixin.rb', line 10 def git_remote @git_remote ||= "[email protected]:#{github_username}/#{github_repo_name}.git" end |