Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/shims/mimemagic/mimemagic.gemspec')
-rw-r--r--vendor/shims/mimemagic/mimemagic.gemspec18
1 files changed, 0 insertions, 18 deletions
diff --git a/vendor/shims/mimemagic/mimemagic.gemspec b/vendor/shims/mimemagic/mimemagic.gemspec
deleted file mode 100644
index 86f7f824923..00000000000
--- a/vendor/shims/mimemagic/mimemagic.gemspec
+++ /dev/null
@@ -1,18 +0,0 @@
-require_relative 'lib/mimemagic/version'
-
-Gem::Specification.new do |spec|
- spec.name = "mimemagic"
- spec.version = MimeMagic::VERSION
- spec.authors = ["Marc Shaw"]
- spec.email = ["mshaw@gitlab.com"]
-
- spec.summary = %q{MimeMagic shim}
- spec.description = %q{A shim for mimemagic}
- spec.homepage = "https://gitlab.com/gitlab-org/gitlab/-/tree/master/vendor/shims/mimemagic"
- spec.license = "MIT"
- spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
-
- spec.files = %w[lib/mimemagic.rb lib/mimemagic/version.rb]
-
- spec.require_paths = ["lib"]
-end