Skip to content

Commit 97ff481

Browse files
committed
Merge pull request github#55 from rastersize/patch-1
Fix repo docs missing id and mirror_url fields.
2 parents 24d91a5 + b8e61f9 commit 97ff481

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/resources.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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({

0 commit comments

Comments
 (0)