Sha256: 798ce89be4c115c170e2932495846c6339f7fe53c7ddc0dbef815b2149a76e02

Contents?: true

Size: 722 Bytes

Versions: 3

Compression:

Stored size: 722 Bytes

Contents

# frozen_string_literal: true

module MIME
  class Types
    module Data
      VERSION = "3.2025.0107"

      # 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

3 entries across 3 versions & 2 rubygems

Version Path
kinetic_sdk-5.0.29 gems/mime-types-data-3.2025.0107/lib/mime/types/data.rb
kinetic_sdk-5.0.28 gems/mime-types-data-3.2025.0107/lib/mime/types/data.rb
mime-types-data-3.2025.0107 lib/mime/types/data.rb