upgrade gem to 2.0.1

This commit is contained in:
Dean Attali 2020-04-27 06:15:47 +00:00
parent 2915be5efc
commit 7aa75a9186
2 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,8 @@
This file lists all non-trivial changes to Beautiful Jekyll. I often make small changes to documentation, to the demo site, or to the general look-and-feel. These and other minor changes will not be listed here.
**2020-04-27** Upgrade gem to 2.0.1 to improve some documentation
**2020-04-27** Add social network link: Telegram (#625) (thanks @mashed-potatoes)
**2020-04-27** Major documentation overhaul and cleanup of old files

View File

@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "beautiful-jekyll-theme"
spec.version = "2.0.0"
spec.version = "2.0.1"
spec.authors = ["Dean Attali"]
spec.email = ["daattali@gmail.com"]
@ -12,6 +12,11 @@ Gem::Specification.new do |spec|
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|LICENSE|README|feed|404|_data|tags|stfaticman)}i) }
spec.metadata = {
"changelog_uri" => "https://github.com/daattali/beautiful-jekyll/blob/master/CHANGELOG.md",
"documentation_uri" => "https://github.com/daattali/beautiful-jekyll#readme"
}
spec.add_runtime_dependency "jekyll", "~> 3.8"
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
spec.add_runtime_dependency "jekyll-sitemap", "~> 1.4"