2019-07-22 02:16:23 +00:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
Gem::Specification.new do |spec|
|
|
|
|
spec.name = "jekyll-theme-isabelline"
|
2019-07-23 03:22:45 +00:00
|
|
|
spec.version = "0.1.9"
|
2019-07-22 02:16:23 +00:00
|
|
|
spec.authors = ["Rouslan Zenetl"]
|
|
|
|
spec.email = ["rzenetl@gmail.com"]
|
|
|
|
|
2019-07-22 03:33:03 +00:00
|
|
|
spec.summary = "Simple clean mobile-friendly theme for long form blogging. Also good for private note taking."
|
2019-07-22 02:16:23 +00:00
|
|
|
spec.homepage = "https://github.com/rzen/jekyll-theme-isabelline"
|
|
|
|
spec.license = "MIT"
|
|
|
|
|
|
|
|
spec.metadata["plugin_type"] = "theme"
|
|
|
|
|
|
|
|
spec.files = `git ls-files -z`.split("\x0").select do |f|
|
2019-07-22 03:33:03 +00:00
|
|
|
f.match(%r!^(assets|_(includes|layouts|sass)/|(LICENSE|README|CHANGELOG|index)((\.(txt|md|html)|$)))!i)
|
2019-07-22 02:16:23 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
spec.add_runtime_dependency "jekyll", ">= 3.5", "< 5.0" # TODO
|
|
|
|
|
2019-07-22 03:33:03 +00:00
|
|
|
spec.add_development_dependency "bundler", "~> 2.0.2"
|
2019-07-22 02:16:23 +00:00
|
|
|
end
|