Class: LockDiff::Gem::Spec::GitSpec
- Defined in:
- lib/lock_diff/gem/spec.rb
Instance Method Summary collapse
Methods inherited from Base
#homepage_url, #initialize, #revision, #to_package
Constructor Details
This class inherits a constructor from LockDiff::Gem::Spec::Base
Instance Method Details
#github_url ⇒ Object
54 55 56 |
# File 'lib/lock_diff/gem/spec.rb', line 54 def github_url @github_url ||= Github::GithubUrlDetector.new(@spec.source.uri).call end |