1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 11:34:21 +00:00
bluelib/jekyll-theme-bluelib.gemspec

18 lines
661 B
Ruby
Raw Normal View History

2021-10-10 17:26:04 +00:00
# frozen_string_literal: true
Gem::Specification.new do |spec|
spec.name = "jekyll-theme-bluelib"
2021-10-11 00:35:20 +00:00
spec.version = "0.2.0"
2021-10-10 17:26:04 +00:00
spec.authors = ["Stefano Pigozzi"]
spec.email = ["me@steffo.eu"]
2021-10-10 18:32:41 +00:00
spec.summary = "Bluelib theme for Jekyll."
spec.homepage = "https://github.com/Steffo99/jekyll-theme-bluelib"
spec.license = "AGPL-3.0-or-later"
2021-10-10 17:26:04 +00:00
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_layouts|_includes|_sass|LICENSE|README|_config\.yml)!i) }
spec.add_runtime_dependency "jekyll", "~> 4.2"
2022-10-15 16:31:30 +00:00
spec.add_runtime_dependency "webrick", "~> 1.7"
2021-10-10 17:26:04 +00:00
end