Files
CoderSherlock.github.io/jekyll-text-theme.gemspec
dependabot[bot] 18e3375277 Update rake requirement from ~> 10.0 to ~> 12.3
Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version.
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](https://github.com/ruby/rake/compare/v10.5.0...v12.3.3)

---
updated-dependencies:
- dependency-name: rake
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-25 18:56:43 +00:00

28 lines
1.0 KiB
Ruby

# coding: utf-8
Gem::Specification.new do |spec|
spec.name = "jekyll-text-theme"
spec.version = "2.2.6"
spec.authors = ["Tian Qi"]
spec.email = ["kitian616@outlook.com"]
spec.summary = %q{A super customizable Jekyll theme for personal site, team site, blog, project, documentation, etc.}
spec.homepage = "https://github.com/kitian616/jekyll-TeXt-theme"
spec.license = "MIT"
spec.metadata["plugin_type"] = "theme"
spec.files = `git ls-files -z`.split("\x0").select do |f|
f.match(%r{^((_data|_includes|_layouts|_sass|assets)/|(LICENSE|README|CHANGELOG)((\.(txt|md|markdown)|$)))}i)
end
spec.add_runtime_dependency "jekyll", ">= 3.6", "< 5.0"
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
spec.add_runtime_dependency "jekyll-sitemap", "~> 1.0"
spec.add_runtime_dependency "jekyll-feed", "~> 0.1"
spec.add_runtime_dependency "jemoji", "~> 0.8"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake", "~> 12.3"
end