# frozen_string_literal: true

Gem::Specification.new do |spec|
  spec.name          = "minima-dark"
  spec.version       = "0.1.0"
  spec.authors       = ["minoplhy"]
  spec.email         = ["zebr@m21.kylz.nl"]

  spec.summary       = "just test"
  spec.homepage      = "https://kylz.nl/git/kale/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