1
0
Fork 0
older-tomato-theme/jekyll_theme/older-tomato-theme.gemspec
2023-12-17 08:21:01 +03:00

14 lines
505 B
Ruby

Gem::Specification.new do |spec|
spec.name = "older-tomato-theme"
spec.version = "1.0.1"
spec.authors = ["Golovin G.G."]
spec.email = ["gennadiy.golovin@internet.ru"]
spec.summary = "older-tomato-theme"
spec.homepage = "https://hub.mos.ru/golovin"
spec.license = "Nonstandard"
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(_includes|_layouts|assets)!i) }
spec.add_runtime_dependency "jekyll", "~> 4.3"
end