Module: Jeweler::Generator::GithubMixin

Defined in:
lib/bio-gem/mod/jeweler/github_mixin.rb

Instance Method Summary collapse

Instance Method Details

#git_remoteObject

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

#homepageObject

class Jeweler::Generator::GithubMixin



5
6
7
# File 'lib/bio-gem/mod/jeweler/github_mixin.rb', line 5

def homepage
  @homepage ||= "http://github.com/#{github_username}/#{github_repo_name}"
end