forked from lorepirri/cayman-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jekyll-theme-cayman-blog.gemspec
24 lines (21 loc) · 1.03 KB
/
jekyll-theme-cayman-blog.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# encoding: utf-8
# frozen_string_literal: true
Gem::Specification.new do |s|
s.name = "jekyll-theme-cayman-blog"
s.version = "0.0.9"
s.license = "CC0-1.0"
s.authors = ["Lorenzo Pirritano"]
s.email = ["[email protected]"]
s.homepage = "https://github.com/lorepirri/cayman-blog"
s.summary = "Cayman Blog Theme is a clean, responsive blogging theme for Jekyll and Gitlab/GitHub Pages. Based on Cayman theme."
s.files = `git ls-files -z`.split("\x0").select do |f|
f.match(%r{^((_includes|_layouts|_sass|assets)/|(LICENSE|README|index|about|contact|now|404)((\.(txt|md|markdown)|$)))}i)
end
s.platform = Gem::Platform::RUBY
s.add_runtime_dependency "jekyll", '~> 3.8', '>= 3.8.6'
s.add_runtime_dependency "jekyll-target-blank", '>= 0'
# s.add_runtime_dependency 'jekyll-seo-tag', '~> 2.0'
s.add_development_dependency 'html-proofer', '~> 3.0'
s.add_development_dependency 'rubocop', '~> 0.50'
s.add_development_dependency 'w3c_validators', '~> 1.3'
end