funky/garth-jekyll-theme.gemspec

12 lines
457 B
Ruby
Raw Normal View History

2016-06-12 23:32:47 +00:00
Gem::Specification.new do |s|
s.name = 'garth-jekyll-theme'
2016-06-19 18:13:47 +00:00
s.version = '0.2.2'
2016-06-12 23:32:47 +00:00
s.license = 'MIT'
s.summary = 'An experimental theme for Jekyll'
2016-06-13 07:40:18 +00:00
s.description = 'An experimental theme for Jekyll, just to test this out'
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