Sha256: c37662b3cca9077359602332c68f944e0fdf5ad97f00af0584e48029f849fabe

Contents?: true

Size: 722 Bytes

Versions: 13

Compression:

Stored size: 722 Bytes

Contents

# frozen_string_literal: true

module MIME
  class Types
    module Data
      VERSION = '3.2018.0812'

      # 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

13 entries across 11 versions & 3 rubygems

Version Path
vagrant-unbundled-2.2.5.0 vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2018.0812/lib/mime/types/data.rb
vagrant-unbundled-2.2.5.0 vendor/bundle/ruby/2.5.0/gems/mime-types-data-3.2018.0812/lib/mime/types/data.rb
tdiary-5.0.13 vendor/bundle/gems/mime-types-data-3.2018.0812/lib/mime/types/data.rb
tdiary-5.0.12.1 vendor/bundle/gems/mime-types-data-3.2018.0812/lib/mime/types/data.rb
vagrant-unbundled-2.2.4.0 vendor/bundle/ruby/2.5.0/gems/mime-types-data-3.2018.0812/lib/mime/types/data.rb
vagrant-unbundled-2.2.4.0 vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2018.0812/lib/mime/types/data.rb
vagrant-unbundled-2.2.3.0 vendor/bundle/ruby/2.5.0/gems/mime-types-data-3.2018.0812/lib/mime/types/data.rb
tdiary-5.0.11 vendor/bundle/gems/mime-types-data-3.2018.0812/lib/mime/types/data.rb
vagrant-unbundled-2.2.2.0 vendor/bundle/ruby/2.5.0/gems/mime-types-data-3.2018.0812/lib/mime/types/data.rb
vagrant-unbundled-2.2.0.0 vendor/bundle/ruby/2.5.0/gems/mime-types-data-3.2018.0812/lib/mime/types/data.rb
vagrant-unbundled-2.1.4.0 vendor/bundle/ruby/2.5.0/gems/mime-types-data-3.2018.0812/lib/mime/types/data.rb
vagrant-unbundled-2.1.2.0 vendor/bundle/ruby/2.3.0/gems/mime-types-data-3.2018.0812/lib/mime/types/data.rb
mime-types-data-3.2018.0812 lib/mime/types/data.rb