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.

Commit2d9f8a1

Browse files
committed
Add new 'created_at' property to public key schema
1 parente87cc28 commit2d9f8a1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎lib/resources.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,9 @@ def fetch_content(key)
199199
}
200200

201201
PUBLIC_KEY ||=SIMPLE_PUBLIC_KEY.merge \
202-
"url"=>"https://api.github.com/user/keys/1",
203-
"title"=>"octocat@octomac"
202+
"url"=>"https://api.github.com/user/keys/1",
203+
"title"=>"octocat@octomac",
204+
"created_at"=>"2014-12-10T15:53:42Z"
204205

205206
SIMPLE_REPO ||={
206207
"id"=>1296269,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp