Skip to content

Commit

Permalink
3.2021.0225 / 2021-02-25
Browse files Browse the repository at this point in the history
- Updated the Apache and IANA media registry entries as of release date.
  • Loading branch information
halostatue committed Feb 26, 2021
1 parent f5bb5e8 commit fe2694b
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 11 deletions.
4 changes: 3 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

<!-- automatic-release -->

## 3.2021.0212 / 2021-02-25
## 3.2021.0225 / 2021-02-25

- Updated the Apache and IANA media registry entries as of release date.

- Added file extension for AVIF video format. [#40].

Expand Down
2 changes: 1 addition & 1 deletion data/mime-types.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/mime.content_type.column
Original file line number Diff line number Diff line change
Expand Up @@ -1888,7 +1888,7 @@ font/woff2 woff2
image/aces
image/avci
image/avcs
image/avif
image/avif avif
image/bmp bmp
image/cgm cgm
image/cmu-raster
Expand Down
6 changes: 3 additions & 3 deletions data/mime.xrefs.column
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ rfc^rfc4735|template^application/example
-
person^W3C|template^application/exi|uri^http://www.w3.org/TR/2009/CR-exi-20091208/#mediaTypeRegistration
draft^RFC-ietf-httpbis-expect-ct-08|template^application/expect-ct-report+json
person^ITU-T_ASN.1_Rapporteur|template^application/fastinfoset
person^ITU-T_ASN.1_Rapporteur|template^application/fastsoap
person^ISO-IEC_JTC1_SC6_ASN.1_Rapporteur^ITU-T_ASN.1_Rapporteur|template^application/fastinfoset
person^ISO-IEC_JTC1_SC6_ASN.1_Rapporteur^ITU-T_ASN.1_Rapporteur|template^application/fastsoap
rfc^rfc6726|template^application/fdt+xml
person^Grahame_Grieve^HL7|template^application/fhir+json
person^Grahame_Grieve^HL7|template^application/fhir+xml
Expand Down Expand Up @@ -402,7 +402,7 @@ person^Terry_Crowley|template^application/slate
notes^- OBSOLETED in favor of application/smil+xml|rfc^rfc4536|template^application/smil
rfc^rfc4536|template^application/smil+xml
rfc^rfc6597|template^application/smpte336m
person^ITU-T_ASN.1_Rapporteur|template^application/soap+fastinfoset
person^ISO-IEC_JTC1_SC6_ASN.1_Rapporteur^ITU-T_ASN.1_Rapporteur|template^application/soap+fastinfoset
rfc^rfc3902|template^application/soap+xml
-
person^W3C|template^application/sparql-query|uri^http://www.w3.org/TR/2007/CR-rdf-sparql-query-20070614/#mediaType
Expand Down
2 changes: 1 addition & 1 deletion lib/mime/types/data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module MIME
class Types
module Data
VERSION = '3.2021.0212'
VERSION = '3.2021.0225'

# The path that will be used for loading the MIME::Types data. The
# default location is __FILE__/../../../../data, which is where the data
Expand Down
6 changes: 3 additions & 3 deletions mime-types-data.gemspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# -*- encoding: utf-8 -*-
# stub: mime-types-data 3.2021.0212 ruby lib
# stub: mime-types-data 3.2021.0225 ruby lib

Gem::Specification.new do |s|
s.name = "mime-types-data".freeze
s.version = "3.2021.0212"
s.version = "3.2021.0225"

s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Austin Ziegler".freeze]
s.date = "2021-02-12"
s.date = "2021-02-26"
s.description = "mime-types-data provides a registry for information about MIME media type\ndefinitions. It can be used with the Ruby mime-types library or other software\nto determine defined filename extensions for MIME types, or to use filename\nextensions to look up the likely MIME type definitions.".freeze
s.email = ["[email protected]".freeze]
s.extra_rdoc_files = ["Code-of-Conduct.md".freeze, "Contributing.md".freeze, "History.md".freeze, "Licence.md".freeze, "Manifest.txt".freeze, "README.md".freeze]
Expand Down
3 changes: 3 additions & 0 deletions types/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1299,6 +1299,7 @@
encoding: base64
xrefs:
person:
- ISO-IEC_JTC1_SC6_ASN.1_Rapporteur
- ITU-T_ASN.1_Rapporteur
template:
- application/fastinfoset
Expand All @@ -1308,6 +1309,7 @@
encoding: base64
xrefs:
person:
- ISO-IEC_JTC1_SC6_ASN.1_Rapporteur
- ITU-T_ASN.1_Rapporteur
template:
- application/fastsoap
Expand Down Expand Up @@ -4013,6 +4015,7 @@
encoding: base64
xrefs:
person:
- ISO-IEC_JTC1_SC6_ASN.1_Rapporteur
- ITU-T_ASN.1_Rapporteur
template:
- application/soap+fastinfoset
Expand Down
2 changes: 1 addition & 1 deletion types/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
content-type: image/avif
encoding: base64
extensions:
- avif
- avif
xrefs:
person:
- Alliance_for_Open_Media
Expand Down

0 comments on commit fe2694b

Please sign in to comment.