Sha256: 4b6bfc0e6411e80d525b9545a346bbca26ba048b2a78f9c104bb865e5935f76f
Contents?: true
Size: 926 Bytes
Versions: 1
Compression:
Stored size: 926 Bytes
Contents
# coding: utf-8 Gem::Specification.new do |spec| spec.name = "electric-book-classic-theme" spec.version = "0.1.2" spec.authors = ["Arthur Attwell"] spec.email = ["arthur@arthurattwell.com"] spec.summary = %q{A theme for use with the Electric Book Jekyll 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.2 | electric-book-classic-theme.gemspec |