Something went wrong on our end
Forked from
teaching-materials / accessibility-website
415 commits behind the upstream repository.
-
Jennifer Mankoff authored
with simplified text and removal of most cse340 specific information
Jennifer Mankoff authoredwith simplified text and removal of most cse340 specific information
This project manages its dependencies using RubyGems.
Learn more
jekyll-theme-cayman.gemspec 848 B
Gem::Specification.new do |s|
s.name = 'jekyll-theme-cayman'
s.version = '0.1.1'
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.1'
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