Guest User

Untitled

a guest
Jun 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. def get_git(purr)
  2. authenticated_with "mintdigital", "96e0d6ac98182e9d97b7ac17fa2ccdfd" do |auth|
  3. user = auth.user
  4. repos = user.repositories
  5. repos.each do |grab|
  6. comms = grab.commits.first
  7. if id = @stash[grab.name]
  8. unless comms.id == id
  9. growl(grab, comms)
  10. end
  11. else
  12. growl(grab, comms)
  13. end
  14. end
  15. end
  16. end
Add Comment
Please, Sign In to add comment