Adds gemspec file

This commit is contained in:
David Darnes 2016-06-13 00:32:47 +01:00 committed by GitHub
parent dbefcf451d
commit 895f8db52e
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
Gem::Specification.new do |s|
s.name = 'Garth Jekyll Theme'
s.version = '0.1.0'
s.license = 'MIT'
s.summary = 'An experimental theme for Jekyll'
s.author = 'David Darnes'
s.email = 'me@daviddarnes.com'
s.homepage = 'https://github.com/daviddarnes/garth-jekyll-theme'
s.files = `git ls-files -z`.split("\x0").grep(%r{^_(sass|includes|layouts)/})
end