first commit
This commit is contained in:
commit
7342cba3eb
8 changed files with 110 additions and 0 deletions
16
publikator-boombox.gemspec
Normal file
16
publikator-boombox.gemspec
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
Gem::Specification.new do |spec|
|
||||
spec.name = "publikator-boombox"
|
||||
spec.version = "0.1.0"
|
||||
spec.authors = ["sakrecoer"]
|
||||
spec.email = ["set.hallstrom@gmail.com"]
|
||||
|
||||
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.1"
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue