Skip to content
This repository has been archived by the owner on May 12, 2023. It is now read-only.

Commit

Permalink
document the repo git urls
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Jun 23, 2011
1 parent 2166e11 commit 162b429
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/resources.rb
Expand Up @@ -103,6 +103,10 @@ def json(key)
REPO = {
"url" => "https://api.github.com/repos/octocat/Hello-World",
"html_url" => "https://github.com/octocat/Hello-World",
"clone_url" => "https://github.com/octocat/Hello-World.git",
"git_url" => "git://github.com/octocat/Hello-World.git",
"ssh_url" => "git@github.com:octocat/Hello-World.git",
"svn_url" => "http://svn.github.com/octocat/Hello-World",
"owner" => USER,
"name" => "Hello-World",
"description" => "This your first repo!",
Expand Down

0 comments on commit 162b429

Please sign in to comment.