mirror of
https://github.com/System-End/jekyll-theme-end.git
synced 2026-04-19 14:17:07 +00:00
18 lines
467 B
Ruby
18 lines
467 B
Ruby
# coding: utf-8
|
|
# frozen_string_literal: true
|
|
|
|
Gem::Specification.new do |spec|
|
|
spec.name = "tonic-starter"
|
|
spec.version = "0.1.0"
|
|
spec.authors = [""]
|
|
spec.email = [""]
|
|
|
|
spec.summary = ""
|
|
spec.homepage = ""
|
|
|
|
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_layouts|_includes|_sass|LICENSE|README|_config\.yml|404\.md)!i) }
|
|
|
|
spec.add_runtime_dependency "jekyll", ">= 3.9.0"
|
|
|
|
spec.add_development_dependency "bundler"
|
|
end
|