Skip to content
Permalink
37311bbc8d
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
24 lines (18 sloc) 930 Bytes
# coding: utf-8
Gem::Specification.new do |spec|
spec.name = "github-pages-base"
spec.version = "0.1"
spec.authors = ["DotCIO Web Services"]
spec.email = ["george@rpi.edu"]
spec.summary = %q{A base theme for RPI branded Github Pages.}
spec.homepage = "https://github.rpi.edu/DotCIOweb/github-pages-base"
spec.license = "MIT"
spec.metadata["plugin_type"] = "theme"
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|_sass|LICENSE|README)}i) }
spec.add_runtime_dependency "jekyll", ">= 3.6", "< 5.0"
# spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.7"
spec.add_development_dependency "jekyll-feed", "~> 0.15"
spec.add_development_dependency "jekyll-paginate", "~> 1.1"
# spec.add_development_dependency "jekyll-redirect-from", "~> 0.16"
spec.add_development_dependency "bundler", "~> 2.2"
end