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 1
1
source "http://rubygems.org"
2
2
3
+ gem 'rake' , '~> 0.9.2'
3
4
gem 'nanoc' , '~> 3.1.6'
4
5
gem 'kramdown' , '~> 0.13.2'
5
6
gem 'nokogiri' , '~> 1.4.4'
Original file line number Diff line number Diff line change 13
13
nokogiri (1.4.4 )
14
14
pygmentize (0.0.3 )
15
15
rack (1.2.2 )
16
+ rake (0.9.2.2 )
16
17
yajl-ruby (0.8.2 )
17
18
18
19
PLATFORMS
@@ -25,4 +26,5 @@ DEPENDENCIES
25
26
nanoc (~> 3.1.6 )
26
27
nokogiri (~> 1.4.4 )
27
28
pygmentize (~> 0.0.3 )
29
+ rake (~> 0.9.2 )
28
30
yajl-ruby (~> 0.8.2 )
Original file line number Diff line number Diff line change 72
72
These are the supported mime types for gist comments. You can read more about the
73
73
use of mime types in the API [ here] ( /v3/mime/ ) .
74
74
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
41
41
use of mime types in the API [ here] ( /v3/mime/ ) .
42
42
43
43
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.
173
173
These are the supported mime types for issues. You can read more about the
174
174
use of mime types in the API [ here] ( /v3/mime/ ) .
175
175
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 73
73
These are the supported mime types for issue comments. You can read more
74
74
about the use of mime types in the API [ here] ( /v3/mime/ ) .
75
75
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
188
188
These are the supported mime types for pull requests. You can read more about the
189
189
use of mime types in the API [ here] ( /v3/mime/ ) .
190
190
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 116
116
These are the supported mime types for pull request comments. You can read
117
117
more about the use of mime types in the API [ here] ( /v3/mime/ ) .
118
118
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