-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Victor Wynne <[email protected]>
- Loading branch information
1 parent
586325f
commit a3beafb
Showing
6 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
layout: post | ||
title: "v1.5.3 Now Available" | ||
date: 2022-03-24 | ||
categories: [Announcements] | ||
tags: [jekyll, development, news, life] | ||
author: author_name | ||
link: https://github.com/victorwynne/quattle/releases/tag/v1.5.3-RC | ||
--- | ||
|
||
## <small>Download</small> | ||
[GitHub](https://github.com/victorwynne/quattle/releases) or [RubyGems](https://rubygems.org/gems/quattle)<br> | ||
|
||
## <small>Changelog</small> | ||
|
||
**Updated Gems:** `concurrent-ruby` from 1.1.9 to 1.1.10* and `kramdown` from 2.3.1 to 2.3.2 | ||
|
||
* This [release](https://github.com/ruby-concurrency/concurrent-ruby/releases/tag/v1.1.10) sets the Ruby compatibility version at 2.2 which required me to do the same for the `quattle` gem. |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
Gem::Specification.new do |spec| | ||
spec.name = "quattle" | ||
spec.version = "1.5.2" | ||
spec.version = "1.5.3" | ||
spec.authors = ["Victor Wynne"] | ||
spec.email = ["[email protected]"] | ||
|
||
|
@@ -12,8 +12,8 @@ Gem::Specification.new do |spec| | |
|
||
spec.files = `git ls-files -z`.split("\x0").select do |f| f.match(%r{^(_(assets|includes|layouts|sass)/|(LICENSE|README)((\.(yml|xml|json|html|scss|txt|md|markdown)|$)))}i) end | ||
|
||
spec.required_ruby_version = '>= 2.2' | ||
spec.add_runtime_dependency "jekyll", "~> 4.2" | ||
|
||
spec.add_development_dependency "bundler", "~> 2.3" | ||
spec.add_development_dependency "rake", "~> 13.0" | ||
end |