This commit is contained in:
rzen
2019-07-21 23:33:03 -04:00
parent 8853b7c668
commit 74c0d1a261
14 changed files with 34 additions and 23 deletions

View File

@ -2,28 +2,21 @@
Gem::Specification.new do |spec|
spec.name = "jekyll-theme-isabelline"
spec.version = "0.1.1"
spec.version = "0.1.3"
spec.authors = ["Rouslan Zenetl"]
spec.email = ["rzenetl@gmail.com"]
spec.summary = "Simple clean theme for long form blogging."
spec.summary = "Simple clean mobile-friendly theme for long form blogging. Also good for private note taking."
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|
print f
f.match(%r!^(assets|_(includes|layouts|sass)/|(LICENSE|README)((\.(txt|md|markdown)|$)))!i)
# f.match(%r!^(assets|_(layouts|includes|sass|blog|)|LICENSE|README)!i)
f.match(%r!^(assets|_(includes|layouts|sass)/|(LICENSE|README|CHANGELOG|index)((\.(txt|md|html)|$)))!i)
end
# spec.files = `git ls-files -z`.split("\x0").select do |f|
# f.match(%r!^(assets|_(includes|layouts|sass)/|(LICENSE|README)((\.(txt|md|markdown)|$)))!i)
# end
spec.add_runtime_dependency "jekyll", ">= 3.5", "< 5.0" # TODO
spec.add_development_dependency "bundler"
# spec.add_development_dependency "rake", "~> 12.0"
spec.add_development_dependency "bundler", "~> 2.0.2"
end