Last active
May 31, 2016 09:13
-
-
Save kompiro/8310315 to your computer and use it in GitHub Desktop.
octokit.rbの使い方まとめ ref: http://qiita.com/kompiro/items/0504c70eb8f522e1f66a
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
machine api.github.com | |
login USER_NAME | |
password PASSWORD |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
machine api.github.com | |
login USER_NAME | |
password PASSWORD |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def gravatar_url gravatar_id | |
"http://www.gravatar.com/avatar/#{gravatar_id}" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment