hacks-guide-minimal-mistake.../minimal-mistakes-jekyll.gemspec

20 lines
766 B
Ruby
Raw Normal View History

2016-09-22 03:09:04 +02:00
# coding: utf-8
Gem::Specification.new do |spec|
spec.name = "minimal-mistakes-jekyll"
2016-09-23 02:43:03 +02:00
spec.version = "4.0.0.pre.beta1"
2016-09-22 03:09:04 +02:00
spec.authors = ["Michael Rose"]
spec.summary = %q{A flexible two-column Jekyll theme.}
spec.homepage = "https://github.com/mmistakes/minimal-mistakes"
spec.license = "MIT"
spec.metadata["plugin_type"] = "theme"
2016-09-23 02:43:03 +02:00
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(_layouts|_includes|_sass|assets|LICENSE|README|CHANGELOG)/i}) }
2016-09-22 03:09:04 +02:00
spec.add_development_dependency "jekyll", "~> 3.2"
spec.add_development_dependency "bundler", "~> 1.12"
spec.add_development_dependency "rake", "~> 10.0"
end