8000 remove old mime types · bguthrie/developer.github.com@7b663d7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7b663d7

Browse files
committed
remove old mime types
1 parent 53ff351 commit 7b663d7

File tree

8 files changed

+24
-21
lines changed

8 files changed

+24
-21
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
source "http://rubygems.org"
22

3+
gem 'rake', '~> 0.9.2'
34
gem 'nanoc', '~> 3.1.6'
45
gem 'kramdown', '~> 0.13.2'
56
gem 'nokogiri', '~> 1.4.4'

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ GEM
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

1819
PLATFORMS
@@ -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)

content/v3/gists/comments.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ body
7272
These are the supported mime types for gist comments. You can read more about the
7373
use 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

content/v3/git/blobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ These are the supported mime types for blobs. You can read more about the
4141
use 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

content/v3/issues.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Issue. Send an empty array (`[]`) to clear all Labels from the Issue.
173173
These are the supported mime types for issues. You can read more about the
174174
use 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

content/v3/issues/comments.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ body
7373
These are the supported mime types for issue comments. You can read more
7474
about 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

content/v3/pulls.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ commit\_message
188188
These are the supported mime types for pull requests. You can read more about the
189189
use 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

content/v3/pulls/comments.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ body
116116
These are the supported mime types for pull request comments. You can read
117117
more 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

0 commit comments

Comments
 (0)
0