add gemspec
Deploy / Deploy (push) Successful in 2m39s
Details
Deploy / Deploy (push) Successful in 2m39s
Details
This commit is contained in:
parent
4b89b85332
commit
ebc2b3ccb0
|
@ -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
|
Loading…
Reference in New Issue