From 16a7fefff1f1fb674d1ed0328099a8d6ac0d38bb Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Mon, 27 Apr 2020 19:31:38 +0000 Subject: [PATCH] upgrade gem to 2.2.0; all work is now complete --- CHANGELOG.md | 4 +++- beautiful-jekyll-theme.gemspec | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14f7bc6..efb246e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ 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.1.0 to improve some documentation and fix small bugs from remote_theme migration +**2020-04-27** Upgrade gem to 2.2.0 to improve some documentation and fix small bugs from remote_theme migration + +**2020-04-27** Moved the demo site to an independent URL: https://beautifuljekyll.com **2020-04-27** Add social network link: Telegram (#625) (thanks @mashed-potatoes) diff --git a/beautiful-jekyll-theme.gemspec b/beautiful-jekyll-theme.gemspec index aa99fd2..70fedfc 100644 --- a/beautiful-jekyll-theme.gemspec +++ b/beautiful-jekyll-theme.gemspec @@ -2,12 +2,12 @@ Gem::Specification.new do |spec| spec.name = "beautiful-jekyll-theme" - spec.version = "2.1.0" + spec.version = "2.2.0" 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." - spec.homepage = "https://deanattali.com/beautiful-jekyll" + spec.homepage = "https://beautifuljekyll.com" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|LICENSE|README|feed|404|_data|tags|stfaticman)}i) }