datat.fi/jekyll-theme-basically-basi...

27 lines
1.0 KiB
Ruby
Raw Normal View History

2017-03-07 23:12:17 +02:00
# coding: utf-8
Gem::Specification.new do |spec|
spec.name = "jekyll-theme-basically-basic"
2019-08-21 04:59:59 +03:00
spec.version = "1.4.4"
2017-03-07 23:12:17 +02:00
spec.authors = ["Michael Rose"]
2017-03-20 21:52:25 +02:00
spec.summary = %q{Your new Jekyll default theme.}
2017-03-07 23:12:17 +02:00
spec.homepage = "https://github.com/mmistakes/jekyll-theme-basically-basic"
spec.license = "MIT"
spec.metadata["plugin_type"] = "theme"
spec.files = `git ls-files -z`.split("\x0").select do |f|
f.match(%r{^(assets|_(includes|layouts|sass)/|(LICENSE|README|CHANGELOG)((\.(txt|md|markdown)|$)))}i)
end
spec.add_runtime_dependency "jekyll", ">= 3.6", "< 5.0"
spec.add_runtime_dependency "jekyll-feed", "~> 0.1"
2017-03-07 23:12:17 +02:00
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.6"
spec.add_runtime_dependency "jekyll-sitemap", "~> 1.3"
2017-03-07 23:12:17 +02:00
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake", ">= 12.3.3"
2017-03-07 23:12:17 +02:00
end