Sha256: dc016b94485fcef160c3043ddbda5de96c54f4259e65e5601277326863e015a1

Contents?: true

Size: 1.07 KB

Versions: 90

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

90 entries across 89 versions & 8 rubygems

Version Path
harbr-0.1.66 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/mini_mime.gemspec
harbr-0.1.65 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/mini_mime.gemspec
harbr-0.1.64 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/mini_mime.gemspec
harbr-0.1.63 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/mini_mime.gemspec
harbr-0.1.62 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/mini_mime.gemspec
harbr-0.1.61 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/mini_mime.gemspec
harbr-0.1.60 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/mini_mime.gemspec
harbr-0.1.59 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/mini_mime.gemspec
harbr-0.1.58 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/mini_mime.gemspec
harbr-0.1.57 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/mini_mime.gemspec
harbr-0.1.56 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/mini_mime.gemspec
harbr-0.1.55 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/mini_mime.gemspec
harbr-0.1.54 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/mini_mime.gemspec
harbr-0.1.53 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/mini_mime.gemspec
harbr-0.1.52 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/mini_mime.gemspec
harbr-0.1.50 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/mini_mime.gemspec
harbr-0.1.49 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/mini_mime.gemspec
harbr-0.1.48 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/mini_mime.gemspec
harbr-0.1.47 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/mini_mime.gemspec
harbr-0.1.46 vendor/bundle/ruby/3.2.0/gems/mini_mime-1.1.5/mini_mime.gemspec