mirror of
https://github.com/minoplhy/minima-dark.git
synced 2024-11-13 07:07:10 +00:00
17 lines
550 B
Ruby
17 lines
550 B
Ruby
# frozen_string_literal: true
|
|
|
|
Gem::Specification.new do |spec|
|
|
spec.name = "minima-dark"
|
|
spec.version = "0.1.1"
|
|
spec.authors = ["minoplhy"]
|
|
spec.email = ["hej@aspoblourib.1w1.one"]
|
|
|
|
spec.summary = "just test"
|
|
spec.homepage = "https://github.com/minoplhy/minima-dark"
|
|
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
|