Sha256: 450c63334d581999e498b86fdb88195972277ea2d41b4121b299e528626da9fb

Contents?: true

Size: 722 Bytes

Versions: 8

Compression:

Stored size: 722 Bytes

Contents

# frozen_string_literal: true

module MIME
  class Types
    module Data
      VERSION = '3.2020.1104'

      # The path that will be used for loading the MIME::Types data. The
      # default location is __FILE__/../../../../data, which is where the data
      # lives in the gem installation of the mime-types-data library.
      #
      # The MIME::Types::Loader will load all JSON or columnar files contained
      # in this path.
      #
      # System maintainer note: this is the constant to change when packaging
      # mime-types for your system. It is recommended that the path be
      # something like /usr/share/ruby/mime-types/.
      PATH = File.expand_path('../../../../data', __FILE__)
    end
  end
end

Version data entries

8 entries across 6 versions & 3 rubygems

Version Path
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/vendor/bundle/ruby/3.0.0/gems/mime-types-data-3.2020.1104/lib/mime/types/data.rb
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/vendor/bundle/ruby/3.0.0/gems/tdiary-5.1.4/vendor/bundle/ruby/2.7.0/gems/mime-types-data-3.2020.1104/lib/mime/types/data.rb
vagrant-unbundled-2.2.16.0 vendor/bundle/ruby/2.7.0/gems/mime-types-data-3.2020.1104/lib/mime/types/data.rb
tdiary-5.1.5 vendor/bundle/ruby/3.0.0/gems/tdiary-5.1.4/vendor/bundle/ruby/2.7.0/gems/mime-types-data-3.2020.1104/lib/mime/types/data.rb
tdiary-5.1.5 vendor/bundle/ruby/3.0.0/gems/mime-types-data-3.2020.1104/lib/mime/types/data.rb
vagrant-unbundled-2.2.14.0 vendor/bundle/ruby/2.7.0/gems/mime-types-data-3.2020.1104/lib/mime/types/data.rb
tdiary-5.1.4 vendor/bundle/ruby/2.7.0/gems/mime-types-data-3.2020.1104/lib/mime/types/data.rb
mime-types-data-3.2020.1104 lib/mime/types/data.rb