lib/octopolo/github.rb in octopolo-1.3.0 vs lib/octopolo/github.rb in octopolo-1.4.0

- old
+ new

@@ -115,9 +115,13 @@ def self.search_issues *args client.search_issues *args end + def self.status *args + client.status *args + 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)