Adds gemspec file
This commit is contained in:
parent
dbefcf451d
commit
895f8db52e
10
garth-jekyll-theme.gemspec
Normal file
10
garth-jekyll-theme.gemspec
Normal 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
|
Loading…
Reference in New Issue
Block a user