Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Fix repo docs missing id and mirror_url fields.#55

Merged
technoweenie merged 2 commits intogithub:masterfromrastersize:patch-1
Mar 23, 2012
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletionlib/resources.rb
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -108,6 +108,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@@ -121,7 +123,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

[8]ページ先頭

©2009-2025 Movatter.jp