2020-04-27 05:35:14 +02:00
# frozen_string_literal: true
Gem :: Specification . new do | spec |
spec . name = " beautiful-jekyll-theme "
2020-09-16 00:16:19 +02:00
spec . version = " 5.0.0 "
2020-04-27 05:35:14 +02:00
spec . authors = [ " Dean Attali " ]
spec . email = [ " daattali@gmail.com " ]
spec . summary = " Beautiful Jekyll is a ready-to-use Jekyll theme to help you create an awesome website quickly. Perfect for personal blogs or simple project websites, with a focus on responsive and clean design. "
2020-04-27 21:31:38 +02:00
spec . homepage = " https://beautifuljekyll.com "
2020-04-27 05:35:14 +02:00
spec . license = " MIT "
2020-07-30 09:36:04 +02:00
spec . files = ` git ls-files -z ` . split ( " \x0 " ) . select { | f | f . match ( %r{ ^(assets|_layouts|_includes|LICENSE|README|feed|404|_data|tags|staticman) }i ) }
2020-04-27 05:35:14 +02:00
2020-04-27 08:15:47 +02:00
spec . metadata = {
2020-09-16 00:16:19 +02:00
" changelog_uri " = > " https://beautifuljekyll.com/updates/ " ,
2020-04-27 08:15:47 +02:00
" documentation_uri " = > " https://github.com/daattali/beautiful-jekyll # readme "
}
2020-04-27 05:35:14 +02:00
spec . add_runtime_dependency " jekyll " , " ~> 3.8 "
spec . add_runtime_dependency " jekyll-paginate " , " ~> 1.1 "
spec . add_runtime_dependency " jekyll-sitemap " , " ~> 1.4 "
2020-08-08 03:18:08 +02:00
spec . add_runtime_dependency " kramdown-parser-gfm " , " ~> 1.1 "
2020-09-01 07:56:08 +02:00
spec . add_runtime_dependency " kramdown " , " ~> 2.3.0 "
2020-04-27 05:35:14 +02:00
spec . add_development_dependency " bundler " , " >= 1.16 "
spec . add_development_dependency " rake " , " ~> 12.0 "
end