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.

Commit8915c08

Browse files
committed
gist listings dont list every included file
1 parent22fd41c commit8915c08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎lib/resources.rb‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -714,9 +714,9 @@ def text_html(response, status, head = {})
714714
"git_pull_url"=>"git://gist.github.com/1.git",
715715
"git_push_url"=>"git@gist.github.com:1.git",
716716
"created_at"=>"2010-04-14T02:15:15Z"
717-
}.update(GIST_FILES)
717+
}
718718

719-
FULL_GIST=GIST.merge(GIST_FORKS).merge(GIST_HISTORY)
719+
FULL_GIST=GIST.merge(GIST_FORKS).merge(GIST_HISTORY).merge(GIST_FILES)
720720
FULL_GIST['files']['ring.erl']['content']='contents of gist'
721721

722722
GIST_COMMENT={

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp