# coding: utf-8 Gem::Specification.new do |spec| spec.name = "garth-jekyll-theme" spec.version = "0.4.0" spec.authors = ["David Darnes"] spec.email = ["me@daviddarnes.com"] spec.summary = %q{A stupidly simple theme for Jekyll.} spec.description = "A stupidly simple theme for Jekyll, using the official Jekyll theme implementation." spec.homepage = "https://garth.darn.es" spec.license = "MIT" 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.3" spec.add_runtime_dependency "jekyll-paginate", "~> 1.1" spec.add_development_dependency "bundler", "~> 1.12" end