# coding: utf-8 Gem::Specification.new do |spec| spec.name = "jekyll-theme-basically-basic" spec.version = "1.4.5" spec.authors = ["Michael Rose"] spec.summary = %q{Your new Jekyll default theme.} 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" 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" spec.add_development_dependency "bundler" spec.add_development_dependency "rake", ">= 12.3.3" end