mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-31 09:48:30 -05:00
10 lines
292 B
Ruby
10 lines
292 B
Ruby
Gem::Specification.new do |s|
|
|
s.name = 'test-theme'
|
|
s.version = '0.1.0'
|
|
s.licenses = ['MIT']
|
|
s.summary = "This is a theme used to test Jekyll"
|
|
s.authors = ["Jekyll"]
|
|
s.files = ["lib/example.rb"]
|
|
s.homepage = 'https://github.com/jekyll/jekyll'
|
|
end
|