Skip to content

Commit

Permalink
upgrade gem to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daattali committed Apr 27, 2020
1 parent 2915be5 commit 7aa75a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 6 additions & 1 deletion beautiful-jekyll-theme.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand All @@ -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"
Expand Down

0 comments on commit 7aa75a9

Please sign in to comment.