Added gemspec and license #2 /spend 10m
LICENSE
0 → 100644
# frozen_string_literal: true | |||
Gem::Specification.new do |spec| | |||
spec.name = "jekyll-theme-lcsb-frozen-components" | |||
spec.version = "0.0.1" | |||
spec.authors = ["jaceklebioda_lux"] | |||
spec.email = ["lcsb-sysadmins@uni.lu"] | |||
spec.summary = "Set of components required for Frozen-pages layout of LCSB's Jekyll theme" | |||
spec.homepage = "https://git-r3lab.uni.lu/core-services/jekyll-theme-lcsb-frozen-components" | |||
spec.license = "apache2" | |||
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(_plugins|LICENSE|README)!i) } | |||
spec.add_runtime_dependency "jekyll", "~> 4.0" | |||
end |
Please register or sign in to comment