Skip to content

Commit

Permalink
add gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Sep 20, 2016
1 parent 23a652d commit 648f371
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
source 'https://rubygems.org'

gem 'github-pages'
gemspec
17 changes: 17 additions & 0 deletions cayman.gemspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# encoding: utf-8

Gem::Specification.new do |s|
s.name = "jekyll-cayman"
s.version = "0.0.1"
s.authors = ["Jason Long"]
s.email = ["[email protected]"]
s.homepage = "https://github.com/pages-themes/cayman"
s.summary = "Cayman is a clean, responsive theme for GitHub Pages"

s.files = `git ls-files -z`.split("\x0").select do |f|
f.match(%r{^(_(includes|layouts|sass)/|(LICENSE|README)((\.(txt|md|markdown)|$)))}i)
end

s.platform = Gem::Platform::RUBY
s.add_runtime_dependency "jekyll", "~> 3.2"
end

0 comments on commit 648f371

Please sign in to comment.