lib/prospectus/modules/github_hash.rb in prospectus-0.0.11 vs lib/prospectus/modules/github_hash.rb in prospectus-0.0.12

- old
+ new

@@ -15,13 +15,9 @@ def hash @hash ||= github_api.branch(@repo, @branch).commit.sha end - def repo(value) - @repo = value - end - def branch(value) @branch = value end def long