Files
govarch-website/hitchens-theme.gemspec

20 lines
685 B
Ruby
Raw Permalink Normal View History

2018-07-30 18:11:43 -07:00
# frozen_string_literal: true
Gem::Specification.new do |spec|
2018-08-01 10:20:48 -07:00
spec.name = "hitchens-theme"
2020-10-01 13:42:29 -07:00
spec.version = "0.8.0"
2018-07-30 18:11:43 -07:00
spec.authors = ["Pat Dryburgh"]
spec.email = ["hello@patdryburgh.com"]
2018-08-01 08:06:36 -07:00
spec.summary = "An inarguably well-designed theme for Jekyll."
2018-08-01 10:06:10 -07:00
spec.homepage = "https://github.com/patdryburgh/hitchens"
2018-07-30 18:11:43 -07:00
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_layouts|_includes|_sass|LICENSE|README)!i) }
2020-10-01 13:42:29 -07:00
spec.add_runtime_dependency "jekyll", "~> 4.0"
2018-07-30 18:11:43 -07:00
2020-10-01 13:42:29 -07:00
spec.add_development_dependency "bundler", "~> 2.1"
2018-07-30 18:11:43 -07:00
spec.add_development_dependency "rake", "~> 12.0"
end