UNPKG

742 BPlain TextView Raw
1# coding: utf-8
2
3Gem::Specification.new do |spec|
4 spec.name = "jekyll-cayman-theme"
5 spec.version = "0.1.0"
6 spec.authors = ["Pietro F. Menna"]
7 spec.email = ["pietromenna@yahoo.com"]
8
9 spec.summary = %q{A Jekyll theme for the responsive theme for GitHub Pages http://jasonlong.github.io/cayman-theme/ }
10 spec.homepage = "https://github.com/pietromenna/jekyll-cayman-theme"
11 spec.license = "MIT"
12
13 spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(_layouts|_includes|_sass|LICENSE|README)/i}) }
14
15 spec.add_development_dependency "jekyll", "~> 3.2"
16 spec.add_development_dependency "bundler", "~> 1.12"
17 spec.add_development_dependency "rake", "~> 10.0"
18end
\No newline at end of file