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