File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,8 @@ def json(key)
113113 "git_url" => "git://github.com/octocat/Hello-World.git" ,
114114 "ssh_url" => "[email protected] :octocat/Hello-World.git" , 115115 "svn_url" => "https://svn.github.com/octocat/Hello-World" ,
116+ "mirror_url" => "git://git.example.com/octocat/Hello-World" ,
117+ "id" => 1296269 ,
116118 "owner" => USER ,
117119 "name" => "Hello-World" ,
118120 "description" => "This your first repo!" ,
@@ -126,7 +128,8 @@ def json(key)
126128 "master_branch" => 'master' ,
127129 "open_issues" => 0 ,
128130 "pushed_at" => "2011-01-26T19:06:43Z" ,
129- "created_at" => "2011-01-26T19:01:12Z"
131+ "created_at" => "2011-01-26T19:01:12Z" ,
132+ "updated_at" => "2011-01-26T19:14:43Z"
130133 }
131134
132135 FULL_REPO = REPO . merge ( {
You can’t perform that action at this time.
0 commit comments