module Jeweler::Generator::GithubMixin
Public Instance Methods
git_remote()
click to toggle source
class Jeweler::Generator::GithubMixin
# File lib/bio-gem/mod/jeweler/github_mixin.rb 10 def git_remote 11 @git_remote ||= "git@github.com:#{github_username}/#{github_repo_name}.git" 12 end
homepage()
click to toggle source
class Jeweler::Generator::GithubMixin
# File lib/bio-gem/mod/jeweler/github_mixin.rb 5 def homepage 6 @homepage ||= "http://github.com/#{github_username}/#{github_repo_name}" 7 end