2021-06-08 05:33:24 +00:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
Gem::Specification.new do |spec|
|
|
|
|
spec.name = "minima-dark"
|
2021-10-08 08:44:03 +00:00
|
|
|
spec.version = "0.1.1"
|
2021-06-08 05:33:24 +00:00
|
|
|
spec.authors = ["minoplhy"]
|
2021-10-08 08:44:03 +00:00
|
|
|
spec.email = ["hej@aspoblourib.1w1.one"]
|
2021-06-08 05:33:24 +00:00
|
|
|
|
2021-06-08 06:09:29 +00:00
|
|
|
spec.summary = "just test"
|
2021-10-08 08:44:03 +00:00
|
|
|
spec.homepage = "https://github.com/minoplhy/minima-dark"
|
2021-06-08 05:33:24 +00:00
|
|
|
spec.license = "MIT"
|
|
|
|
|
|
|
|
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_layouts|_includes|_sass|LICENSE|README|_config\.yml)!i) }
|
|
|
|
|
|
|
|
spec.add_runtime_dependency "jekyll", "~> 4.2"
|
|
|
|
end
|