diff --git a/CHANGELOG.md b/CHANGELOG.md index 22db20b..ce55f95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/beautiful-jekyll-theme.gemspec b/beautiful-jekyll-theme.gemspec index 80a32dd..423cafd 100644 --- a/beautiful-jekyll-theme.gemspec +++ b/beautiful-jekyll-theme.gemspec @@ -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"