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

17 lines
635 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"
spec.version = "0.1.0"
spec.authors = ["Stefano Pigozzi"]
spec.email = ["me@steffo.eu"]
spec.summary = "TODO: Write a short summary, because Rubygems requires one."
spec.homepage = "TODO: Put your gem's website or public repo URL here."
spec.license = "MIT"
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"
end