This repository was archived by the owner on Nov 1, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +24
-21
lines changed
Expand file tree Collapse file tree 8 files changed +24
-21
lines changed Original file line number Diff line number Diff line change 11source "http://rubygems.org"
22
3+ gem 'rake' , '~> 0.9.2'
34gem 'nanoc' , '~> 3.1.6'
45gem 'kramdown' , '~> 0.13.2'
56gem 'nokogiri' , '~> 1.4.4'
Original file line number Diff line number Diff line change 1313 nokogiri (1.4.4 )
1414 pygmentize (0.0.3 )
1515 rack (1.2.2 )
16+ rake (0.9.2.2 )
1617 yajl-ruby (0.8.2 )
1718
1819PLATFORMS
@@ -25,4 +26,5 @@ DEPENDENCIES
2526 nanoc (~> 3.1.6 )
2627 nokogiri (~> 1.4.4 )
2728 pygmentize (~> 0.0.3 )
29+ rake (~> 0.9.2 )
2830 yajl-ruby (~> 0.8.2 )
Original file line number Diff line number Diff line change 7272These are the supported mime types for gist comments. You can read more about the
7373use of mime types in the API [ here] ( /v3/mime/ ) .
7474
75- application/vnd.github-gistcomment .raw+json
76- application/vnd.github-gistcomment .text+json
77- application/vnd.github-gistcomment .html+json
78- application/vnd.github-gistcomment .full+json
75+ application/vnd.github.VERSION .raw+json
76+ application/vnd.github.VERSION .text+json
77+ application/vnd.github.VERSION .html+json
78+ application/vnd.github.VERSION .full+json
Original file line number Diff line number Diff line change @@ -41,4 +41,4 @@ These are the supported mime types for blobs. You can read more about the
4141use of mime types in the API [ here] ( /v3/mime/ ) .
4242
4343 application/json
44- application/vnd.github-blob .raw
44+ application/vnd.github.VERSION .raw
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ Issue. Send an empty array (`[]`) to clear all Labels from the Issue.
173173These are the supported mime types for issues. You can read more about the
174174use of mime types in the API [ here] ( /v3/mime/ ) .
175175
176- application/vnd.github-issue .raw+json
177- application/vnd.github-issue .text+json
178- application/vnd.github-issue .html+json
179- application/vnd.github-issue .full+json
176+ application/vnd.github.VERSION .raw+json
177+ application/vnd.github.VERSION .text+json
178+ application/vnd.github.VERSION .html+json
179+ application/vnd.github.VERSION .full+json
Original file line number Diff line number Diff line change 7373These are the supported mime types for issue comments. You can read more
7474about the use of mime types in the API [ here] ( /v3/mime/ ) .
7575
76- application/vnd.github-issuecomment .raw+json
77- application/vnd.github-issuecomment .text+json
78- application/vnd.github-issuecomment .html+json
79- application/vnd.github-issuecomment .full+json
76+ application/vnd.github.VERSION .raw+json
77+ application/vnd.github.VERSION .text+json
78+ application/vnd.github.VERSION .html+json
79+ application/vnd.github.VERSION .full+json
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ commit\_message
188188These are the supported mime types for pull requests. You can read more about the
189189use of mime types in the API [ here] ( /v3/mime/ ) .
190190
191- application/vnd.github-pull .raw+json
192- application/vnd.github-pull .text+json
193- application/vnd.github-pull .html+json
194- application/vnd.github-pull .full+json
191+ application/vnd.github.VERSION .raw+json
192+ application/vnd.github.VERSION .text+json
193+ application/vnd.github.VERSION .html+json
194+ application/vnd.github.VERSION .full+json
Original file line number Diff line number Diff line change 116116These are the supported mime types for pull request comments. You can read
117117more about the use of mime types in the API [ here] ( /v3/mime/ ) .
118118
119- application/vnd.github-pullcomment .raw+json
120- application/vnd.github-pullcomment .text+json
121- application/vnd.github-pullcomment .html+json
122- application/vnd.github-pullcomment .full+json
119+ application/vnd.github.VERSION .raw+json
120+ application/vnd.github.VERSION .text+json
121+ application/vnd.github.VERSION .html+json
122+ application/vnd.github.VERSION .full+json
You can’t perform that action at this time.
0 commit comments