Skip to content

Commit

Permalink
v1.5.4
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Wynne <[email protected]>
  • Loading branch information
victorwynne committed Mar 27, 2022
1 parent a3beafb commit 86dbcb9
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ DEPENDENCIES
webrick (~> 1.7)

BUNDLED WITH
2.3.7
2.3.10
18 changes: 0 additions & 18 deletions _posts/2022-03-24-v1-5-3.md

This file was deleted.

16 changes: 16 additions & 0 deletions _posts/2022-03-26-v1-5-4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
layout: post
title: "v1.5.4 Now Available"
date: 2022-03-26
categories: [Announcements]
tags: [jekyll, development, news, life]
author: author_name
link: https://github.com/victorwynne/quattle/releases/tag/v1.5.4-RC
---

## <small>Download</small>
[GitHub](https://github.com/victorwynne/quattle/releases) or [RubyGems](https://rubygems.org/gems/quattle)<br>

## <small>Changelog</small>

This update is simply bumping `quattle.gem` to require [Ruby 2.7.0](https://www.ruby-lang.org/en/news/2019/12/25/ruby-2-7-0-released/) or later. A necessary change in order to support an upcoming feature addition.
Binary file removed quattle-1.5.3.gem
Binary file not shown.
Binary file added quattle-1.5.4.gem
Binary file not shown.
4 changes: 2 additions & 2 deletions quattle.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "quattle"
spec.version = "1.5.3"
spec.version = "1.5.4"
spec.authors = ["Victor Wynne"]
spec.email = ["[email protected]"]

Expand All @@ -12,7 +12,7 @@ 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.required_ruby_version = '>= 2.7.0'
spec.add_runtime_dependency "jekyll", "~> 4.2"
spec.add_development_dependency "bundler", "~> 2.3"
spec.add_development_dependency "rake", "~> 13.0"
Expand Down

0 comments on commit 86dbcb9

Please sign in to comment.