1 Star 0 Fork 0

wolver/cs217.github.io

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
jekyll-theme-cayman.gemspec 652 Bytes
一键复制 编辑 原始数据 按行查看 历史
Stefan Hadjis 提交于 2018-05-30 04:18 +08:00 . Initial commit
# encoding: utf-8
Gem::Specification.new do |s|
s.name = "jekyll-theme-cayman"
s.version = "0.0.4"
s.license = "CC0-1.0"
s.authors = ["Jason Long", "GitHub, Inc."]
s.email = ["opensource+jekyll-theme-cayman@github.com"]
s.homepage = "https://github.com/pages-themes/cayman"
s.summary = "Cayman is a Jekyll theme for GitHub Pages"
s.files = `git ls-files -z`.split("\x0").select do |f|
f.match(%r{^((_includes|_layouts|_sass|assets)/|(LICENSE|README)((\.(txt|md|markdown)|$)))}i)
end
s.platform = Gem::Platform::RUBY
s.add_runtime_dependency "jekyll", "~> 3.3"
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wolver/cs217.github.io.git
git@gitee.com:wolver/cs217.github.io.git
wolver
cs217.github.io
cs217.github.io
master

搜索帮助