Skip to content

Commit

Permalink
Merge pull request github#55 from rastersize/patch-1
Browse files Browse the repository at this point in the history
Fix repo docs missing id and mirror_url fields.
  • Loading branch information
technoweenie committed Mar 23, 2012
2 parents 24d91a5 + b8e61f9 commit 97ff481
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/resources.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ def json(key)
"git_url" => "git://github.com/octocat/Hello-World.git",
"ssh_url" => "git@github.com:octocat/Hello-World.git",
"svn_url" => "https://svn.github.com/octocat/Hello-World",
"mirror_url" => "git://git.example.com/octocat/Hello-World",
"id" => 1296269,
"owner" => USER,
"name" => "Hello-World",
"description" => "This your first repo!",
Expand All @@ -126,7 +128,8 @@ def json(key)
"master_branch" => 'master',
"open_issues" => 0,
"pushed_at" => "2011-01-26T19:06:43Z",
"created_at" =>"2011-01-26T19:01:12Z"
"created_at" => "2011-01-26T19:01:12Z",
"updated_at" => "2011-01-26T19:14:43Z"
}

FULL_REPO = REPO.merge({
Expand Down

0 comments on commit 97ff481

Please sign in to comment.