# frozen_string_literal: true Gem::Specification.new do |spec| spec.name = "jekyll-theme-basic" spec.version = "2" spec.authors = ["Atlas48"] spec.email = ["Atlas48@gmx.com"] spec.summary = "An incredibly rudimentary jekyll theme. Paper-thin, nothing but what's needed." spec.homepage = "https://git.sdf.org/Atlas48/jekyll-theme-basic" spec.license = "LGPL-3.0-or-later" 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