@@ -216,6 +216,49 @@ def text_html(response, status, head = {})
216216 { "html" => "https://github.com/octocat/Hello-World/tree/master" ,
217217 "self" => "https://api.github.com/repos/octocat/Hello-World/branches/master" } }
218218
219+ MERGE_COMMIT = { "commit" =>
220+ { "sha" => "7fd1a60b01f91b314f59955a4e4d4e80d8edf11d" ,
221+ "commit" =>
222+ { "author" =>
223+ { "name" => "The Octocat" ,
224+ "date" => "2012-03-06T15:06:50-08:00" ,
225+ "email" => "octocat@nowhere.com" } ,
226+ "url" =>
227+ "https://api.github.com/repos/octocat/Hello-World/git/commits/7fd1a60b01f91b314f59955a4e4d4e80d8edf11d" ,
228+ "message" =>
229+ "Shipped cool_feature!" ,
230+ "tree" =>
231+ { "sha" => "b4eecafa9be2f2006ce1b709d6857b07069b4608" ,
232+ "url" =>
233+ "https://api.github.com/repos/octocat/Hello-World/git/trees/b4eecafa9be2f2006ce1b709d6857b07069b4608" } ,
234+ "committer" =>
235+ { "name" => "The Octocat" ,
236+ "date" => "2012-03-06T15:06:50-08:00" ,
237+ "email" => "octocat@nowhere.com" } } ,
238+ "author" =>
239+ { "gravatar_id" => "7ad39074b0584bc555d0417ae3e7d974" ,
240+ "avatar_url" =>
241+ "https://secure.gravatar.com/avatar/7ad39074b0584bc555d0417ae3e7d974?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png" ,
242+ "url" => "https://api.github.com/users/octocat" ,
243+ "id" => 583231 ,
244+ "login" => "octocat" } ,
245+ "parents" =>
246+ [ { "sha" => "553c2077f0edc3d5dc5d17262f6aa498e69d6f8e" ,
247+ "url" =>
248+ "https://api.github.com/repos/octocat/Hello-World/commits/553c2077f0edc3d5dc5d17262f6aa498e69d6f8e" } ,
249+ { "sha" => "762941318ee16e59dabbacb1b4049eec22f0d303" ,
250+ "url" =>
251+ "https://api.github.com/repos/octocat/Hello-World/commits/762941318ee16e59dabbacb1b4049eec22f0d303" } ] ,
252+ "url" =>
253+ "https://api.github.com/repos/octocat/Hello-World/commits/7fd1a60b01f91b314f59955a4e4d4e80d8edf11d" ,
254+ "committer" =>
255+ { "gravatar_id" => "7ad39074b0584bc555d0417ae3e7d974" ,
256+ "avatar_url" =>
257+ "https://secure.gravatar.com/avatar/7ad39074b0584bc555d0417ae3e7d974?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png" ,
258+ "url" => "https://api.github.com/users/octocat" ,
259+ "id" => 583231 ,
260+ "login" => "octocat" } } }
261+
219262 MILESTONE = {
220263 "url" => "https://api.github.com/repos/octocat/Hello-World/milestones/1" ,
221264 "number" => 1 ,
0 commit comments