From 2c0c3fd2b5e9aeb6184da0f089556fea87702ec5 Mon Sep 17 00:00:00 2001 From: Deadmoose Date: Mon, 20 Jun 2011 16:18:50 -0700 Subject: [PATCH] That returns avatar_url instead of gravatar_url now. --- lib/resources.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/resources.rb b/lib/resources.rb index 82f6532967..d17416539d 100644 --- a/lib/resources.rb +++ b/lib/resources.rb @@ -58,7 +58,7 @@ def json(key) USER = { "login" => "octocat", "id" => 1, - "gravatar_url" => "https://github.com/images/error/octocat_happy.gif", + "avatar_url" => "https://github.com/images/error/octocat_happy.gif", "url" => "https://api.github.com/users/octocat" }