Skip to content

Commit

Permalink
Add priorities to content types.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Sep 10, 2016
1 parent 344c8ff commit ba237fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions dependencyci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
platform:
Rubygems:
rdf-isomorphic:
tests:
unmaintained: skip
4 changes: 2 additions & 2 deletions lib/rdf/tabular/format.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ module RDF::Tabular
#
# @see http://www.w3.org/TR/rdf-testcases/#ntriples
class Format < RDF::Format
content_type 'text/csv',
content_type 'text/csv;q=0.4',
extensions: [:csv, :tsv],
alias: %w{
text/tab-separated-values
text/tab-separated-values;q=0.4
application/csvm+json
}
content_encoding 'utf-8'
Expand Down

0 comments on commit ba237fa

Please sign in to comment.