lib/keikokuc/client.rb in keikokuc-0.4 vs lib/keikokuc/client.rb in keikokuc-0.5

- old
+ new

@@ -105,11 +105,11 @@ private def notifications_api # :nodoc: @notifications_api ||= RestClient::Resource.new(api_url, - user: user, - password: password) + :user => user, + :password => password) end def api_url # :nodoc: "https://keikoku.herokuapp.com/api/v1/notifications" end