bump version

This commit is contained in:
rzen 2020-09-09 23:11:55 -04:00
parent f712efb456
commit b8f9954e58

View File

@ -1,19 +1,19 @@
# frozen_string_literal: true # frozen_string_literal: true
Gem::Specification.new do |spec| Gem::Specification.new do |spec|
spec.version = "0.1.21" spec.version = "0.1.23"
spec.name = "jekyll-theme-isabelline" spec.name = "jekyll-theme-isabelline"
spec.authors = ["Rouslan Zenetl"] spec.authors = ["Rouslan Zenetl"]
spec.email = ["isabelline@rzen.dev"] spec.email = ["isabelline@rzen.dev"]
spec.summary = "Simple clean mobile-friendly theme for long form note taking. Works for blogging too." spec.summary = "Simple clean mobile-friendly theme for long form note taking. Works for blogging too."
spec.homepage = "https://github.com/rzen/jekyll-theme-isabelline" spec.homepage = "https://git.rzen.dev/rzen/jekyll-theme-isabelline"
spec.license = "MIT" spec.license = "MIT"
spec.metadata["plugin_type"] = "theme" spec.metadata["plugin_type"] = "theme"
# work out which files to include with the theme # work out which files to include with the theme
spec.files = `git ls-files -z`.split("\x0").select do |f| spec.files = `git ls-files -z`.split("\x0").select do |f|
f.match(%r!^(assets|build|_(includes|layouts|sass)/|(LICENSE|README|CHANGELOG|index)((\.(txt|md|html)|$)))!i) f.match(%r!^(assets|_(includes|layouts|sass)/|(LICENSE|README|CHANGELOG|index)((\.(txt|md|html)|$)))!i)
end end
# TODO: jekyll ver should be same as image in docker-compose.yaml # TODO: jekyll ver should be same as image in docker-compose.yaml