16 lines
583 B
Ruby
16 lines
583 B
Ruby
Gem::Specification.new do |spec|
|
|
spec.name = "jekyll-theme-cyberpunk"
|
|
spec.version = "0.1.0"
|
|
spec.authors = ["Florian Weber"]
|
|
spec.email = ["florian@thephoenixdi.vision"]
|
|
|
|
spec.summary = "Ein Cyberpunk-Theme für Jekyll"
|
|
spec.homepage = "https://git.morlana.online/phoenixdivision/cpred"
|
|
spec.license = "MIT"
|
|
|
|
spec.files = Dir["_layouts/*", "_includes/*", "_sass/*", "assets/css/*", "assets/js/*", "LICENSE.txt", "README.md"]
|
|
spec.require_paths = ["lib"]
|
|
|
|
spec.add_runtime_dependency "jekyll", ">= 4.4.1"
|
|
end
|