Skip to content

Commit

Permalink
upgrade gem to 2.2.0; all work is now complete
Browse files Browse the repository at this point in the history
  • Loading branch information
daattali committed Apr 27, 2020
1 parent 685c408 commit 16a7fef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions beautiful-jekyll-theme.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ["[email protected]"]

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) }
Expand Down

0 comments on commit 16a7fef

Please sign in to comment.