upgrade gem to 2.2.0; all work is now complete

This commit is contained in:
Dean Attali 2020-04-27 19:31:38 +00:00
parent 685c408652
commit 16a7fefff1
2 changed files with 5 additions and 3 deletions

View File

@ -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)

View File

@ -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) }