add gemspec
Deploy / Deploy (push) Successful in 2m39s Details

This commit is contained in:
www-data 2024-08-15 09:12:47 -03:00
parent 4b89b85332
commit ebc2b3ccb0
1 changed files with 19 additions and 0 deletions

19
alice.gemspec Normal file
View File

@ -0,0 +1,19 @@
Gem::Specification.new do |spec|
spec.name = "alice"
spec.version = "0.0.0"
spec.authors = ["Emerso"]
spec.summary = "Tema do alice"
spec.homepage = "https://git.alice.ufsj.edu.br/alice/alice"
spec.license = "MIT"
spec.metadata["plugin_type"] = "theme"
spec.files = `git ls-files -z`.split("\x0").select do |f|
f.match(%r!^(assets|_(includes|layouts|sass)/|(LICENSE|README)((\.(txt|md|markdown)|$)))!i)
end
spec.add_runtime_dependency "jekyll", ">= 3.5", "< 5.0"
spec.add_development_dependency "bundler"
end