mirror of
https://github.com/Afacanc38/afacanc38.github.io.git
synced 2024-12-22 20:19:07 +03:00
16 lines
512 B
Ruby
16 lines
512 B
Ruby
# frozen_string_literal: true
|
|
|
|
Gem::Specification.new do |spec|
|
|
spec.name = "alperen"
|
|
spec.version = "0.1.0"
|
|
spec.authors = ["afacanc38"]
|
|
spec.email = ["afacanc38@vuhuv.com"]
|
|
|
|
spec.summary = "."
|
|
spec.homepage = ""
|
|
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
|