mime-types-data 3.2016.0521 → 3.2022.0105

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@
3
3
  module MIME
4
4
  class Types
5
5
  module Data
6
- VERSION = '3.2016.0521'
6
+ VERSION = "3.2022.0105"
7
7
 
8
8
  # The path that will be used for loading the MIME::Types data. The
9
9
  # default location is __FILE__/../../../../data, which is where the data
@@ -15,7 +15,7 @@ module MIME
15
15
  # System maintainer note: this is the constant to change when packaging
16
16
  # mime-types for your system. It is recommended that the path be
17
17
  # something like /usr/share/ruby/mime-types/.
18
- PATH = File.expand_path('../../../../data', __FILE__)
18
+ PATH = File.expand_path("../../../../data", __FILE__)
19
19
  end
20
20
  end
21
21
  end
@@ -1,3 +1,3 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'mime/types/data'
3
+ require "mime/types/data"