# coding: utf-8 Gem::Specification.new do |spec| spec.name = "garth-jekyll-theme" spec.version = "1.0.5" spec.authors = ["David Darnes"] spec.email = ["me@daviddarnes.com"] spec.summary = %q{A really basic theme for Jekyll.} spec.description = "A really basic theme for Jekyll, using the official Jekyll theme implementation." spec.homepage = "https://garth.darn.es" spec.license = "MIT" spec.metadata["plugin_type"] = "theme" spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|_sass|LICENSE|README)}i) } spec.add_runtime_dependency "jekyll", ">= 3.6", "< 5.0" spec.add_runtime_dependency "jekyll-paginate", "~> 1.1" spec.add_development_dependency "bundler", ">= 1.14", "< 3.0" end