summaryrefslogtreecommitdiffstats
path: root/docs/jekyll-theme-cayman.gemspec
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-09-16 15:47:30 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-09-16 15:47:30 -0300
commitc327c39ca5b152f4f4f20eb8103b3642c144fedf (patch)
tree41707226146cdab88a155bae512489651a1f181b /docs/jekyll-theme-cayman.gemspec
parentfb02f9553205de320695825e34574e48f01f2e23 (diff)
downloadPSP.git-c327c39ca5b152f4f4f20eb8103b3642c144fedf.tar.gz
PSP.git-c327c39ca5b152f4f4f20eb8103b3642c144fedf.tar.xz
PSP.git-c327c39ca5b152f4f4f20eb8103b3642c144fedf.zip
Add google analytics ID
Diffstat (limited to 'docs/jekyll-theme-cayman.gemspec')
-rw-r--r--docs/jekyll-theme-cayman.gemspec19
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/jekyll-theme-cayman.gemspec b/docs/jekyll-theme-cayman.gemspec
deleted file mode 100644
index f5363f3..0000000
--- a/docs/jekyll-theme-cayman.gemspec
+++ /dev/null
@@ -1,19 +0,0 @@
-# encoding: utf-8
-
-Gem::Specification.new do |s|
- s.name = "jekyll-theme-cayman"
- s.version = "0.1.0"
- 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.5"
- s.add_runtime_dependency "jekyll-seo-tag", "~> 2.0"
-end