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)
113
113
"git_url" => "git://github.com/octocat/Hello-World.git" ,
114
114
"ssh_url" => "git@github.com:octocat/Hello-World.git" ,
115
115
"svn_url" => "https://svn.github.com/octocat/Hello-World" ,
116
+ "mirror_url" => "git://git.example.com/octocat/Hello-World" ,
117
+ "id" => 1296269 ,
116
118
"owner" => USER ,
117
119
"name" => "Hello-World" ,
118
120
"description" => "This your first repo!" ,
@@ -126,7 +128,8 @@ def json(key)
126
128
"master_branch" => 'master' ,
127
129
"open_issues" => 0 ,
128
130
"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"
130
133
}
131
134
132
135
FULL_REPO = REPO . merge ( {
You can’t perform that action at this time.
0 commit comments