funky/garth-jekyll-theme.gemspec

12 lines
494 B
Ruby
Raw Normal View History

2016-06-12 23:32:47 +00:00
Gem::Specification.new do |s|
s.name = 'garth-jekyll-theme'
s.version = '0.2.8'
2016-06-12 23:32:47 +00:00
s.license = 'MIT'
2016-06-19 18:20:09 +00:00
s.summary = 'A stupidly simple theme for Jekyll (3.2)'
s.description = 'A stupidly simple theme for Jekyll (3.2), using official Jekyll theme implementation'
2016-06-12 23:32:47 +00:00
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