Sha256: dc016b94485fcef160c3043ddbda5de96c54f4259e65e5601277326863e015a1

Contents?: true

Size: 1.07 KB

Versions: 87

Compression:

Stored size: 1.07 KB

Contents

# coding: utf-8
# frozen_string_literal: true
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'mini_mime/version'

Gem::Specification.new do |spec|
  spec.name          = "mini_mime"
  spec.version       = MiniMime::VERSION
  spec.authors       = ["Sam Saffron"]
  spec.email         = ["sam.saffron@gmail.com"]

  spec.summary       = %q{A minimal mime type library}
  spec.description   = %q{A minimal mime type library}
  spec.homepage      = "https://github.com/discourse/mini_mime"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0").reject do |f|
    f.match(%r{^(test|spec|features)/})
  end
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]
  spec.required_ruby_version = ">= 2.6.0"

  spec.add_development_dependency "bundler"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "minitest"
  spec.add_development_dependency "rubocop"
  spec.add_development_dependency "rubocop-discourse"
end

Version data entries

87 entries across 87 versions & 6 rubygems

Version Path
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/mini_mime.gemspec
cm-admin-1.5.22 vendor/bundle/ruby/3.3.0/gems/mini_mime-1.1.5/mini_mime.gemspec
cm-admin-1.5.21 vendor/bundle/ruby/3.3.0/gems/mini_mime-1.1.5/mini_mime.gemspec
cm-admin-1.5.20 vendor/bundle/ruby/3.3.0/gems/mini_mime-1.1.5/mini_mime.gemspec
tinymce-rails-7.1.2 vendor/bundle/ruby/3.3.0/gems/mini_mime-1.1.5/mini_mime.gemspec
harbr-2.8.1 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/mini_mime.gemspec
study_line-0.2.7 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/mini_mime.gemspec
study_line-0.2.6 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/mini_mime.gemspec
study_line-0.2.5 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/mini_mime.gemspec
study_line-0.2.4 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/mini_mime.gemspec
study_line-0.2.3 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/mini_mime.gemspec
study_line-0.2.2 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/mini_mime.gemspec
study_line-0.2.1 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/mini_mime.gemspec
study_line-0.2.0 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/mini_mime.gemspec
harbr-0.2.10 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/mini_mime.gemspec
harbr-0.2.9 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/mini_mime.gemspec
harbr-0.2.8 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/mini_mime.gemspec
harbr-0.2.7 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/mini_mime.gemspec
harbr-0.2.6 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/mini_mime.gemspec
harbr-0.2.5 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/mini_mime.gemspec