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, 18 insertions, 0 deletions
diff --git a/vendor/shims/mimemagic/mimemagic.gemspec b/vendor/shims/mimemagic/mimemagic.gemspec
new file mode 100644
index 00000000000..86f7f824923
--- /dev/null
+++ b/vendor/shims/mimemagic/mimemagic.gemspec
@@ -0,0 +1,18 @@
+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