14 lines
505 B
Ruby
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
|