Method: Hubless::GemDescription#gemcutter_name
- Defined in:
- lib/gem_description.rb
#gemcutter_name ⇒ Object
Likely name of this gem on Gemcutter (without the GitHub username)
71 72 73 |
# File 'lib/gem_description.rb', line 71 def gemcutter_name self.github? ? self.github_repo_name : self.name end |