lib/jumpup/heroku/configuration.rb in jumpup-heroku-0.0.2 vs lib/jumpup/heroku/configuration.rb in jumpup-heroku-0.0.3

- old
+ new

@@ -19,9 +19,10 @@ @host ||= 'heroku.com' end def account(account_token) if account_token == current_account + self.app = nil self.host = "heroku.#{account_token}" yield(self) end end