Sha256: 93277249f2517fd2c1b031ed9668fe0e99e742fb4b3863095b62e01aff12282f
Contents?: true
Size: 929 Bytes
Versions: 1
Compression:
Stored size: 929 Bytes
Contents
# coding: utf-8 Gem::Specification.new do |spec| spec.name = "electric-book-classic-theme" spec.version = "0.1.0" spec.authors = ["Arthur Attwell"] spec.email = ["arthur@arthurattwell.com"] spec.summary = %q{A Jekyll theme for use with the Electric Book, a template for making books, ebooks and book-like websites} spec.description = %q{This is the default theme for the Electric Book, a Jekyll template for making books, ebooks and book-like websites. Use it in conjunction with the Electric Book jekyll template. Documentation at electricbook.io.} spec.homepage = "http://electricbook.io" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.add_development_dependency 'jekyll', '~> 3.2', '>= 3.2.1' spec.add_development_dependency "bundler", "~> 1.12" spec.add_development_dependency "rake", "~> 10.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
electric-book-classic-theme-0.1.0 | electric-book-classic-theme.gemspec |