rename gem

This commit is contained in:
Pat Dryburgh
2018-08-01 10:20:48 -07:00
parent 16eaa318d4
commit 2c9a3a42a2

19
hitchens-theme.gemspec Normal file
View File

@ -0,0 +1,19 @@
# frozen_string_literal: true
Gem::Specification.new do |spec|
spec.name = "hitchens-theme"
spec.version = "0.1.0"
spec.authors = ["Pat Dryburgh"]
spec.email = ["hello@patdryburgh.com"]
spec.summary = "An inarguably well-designed theme for Jekyll."
spec.homepage = "https://github.com/patdryburgh/hitchens"
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.8"
spec.add_development_dependency "bundler", "~> 1.16"
spec.add_development_dependency "rake", "~> 12.0"
end