Module: Jeweler::Generator::GithubMixin
- Defined in:
- lib/bio-gem/mod/jeweler/github_mixin.rb
Instance Method Summary collapse
-
#git_remote ⇒ Object
class Jeweler::Generator::GithubMixin.
-
#homepage ⇒ Object
class Jeweler::Generator::GithubMixin.
Instance Method Details
#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 |
#homepage ⇒ Object
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 |