lib/octopolo/github.rb in octopolo-1.4.0 vs lib/octopolo/github.rb in octopolo-1.5.0
- old
+ new
@@ -119,9 +119,12 @@
def self.status *args
client.status *args
end
+ def self.team_member? team
+ client.team_member? team, user_config.github_user
+ end
# now that you've set up your credentials, try again
TryAgain = Class.new(StandardError)
# the credentials you've entered are bad
BadCredentials = Class.new(StandardError)