feat: tag automatically when version changes
# frozen_string_literal: true | ||
# Load version | ||
require File.expand_path("lib/jekyll-theme-lcsb-default", __dir__) | ||
Gem::Specification.new do |spec| | ||
spec.name = "jekyll-theme-lcsb-default" | ||
spec.version = "0.3.16" | ||
spec.version = Theme::VERSION | ||
spec.authors = ["Trefex", "jaceklebioda_lux"] | ||
spec.email = ["lcsb-sysadmins@uni.lu"] | ||
... | ... | @@ -10,7 +13,7 @@ Gem::Specification.new do |spec| |
spec.homepage = "https://git-r3lab.uni.lu/core-services/jekyll-theme-lcsb-default" | ||
spec.license = "MIT" | ||
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_layouts|_includes|_sass|LICENSE|README)!i) } | ||
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_layouts|lib|_includes|_sass|LICENSE|README)!i) } | ||
spec.add_runtime_dependency "jekyll", "~> 4.0" | ||
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.5" | ||
... | ... |
Please register or sign in to comment