Skip to content

Commit

Permalink
v1.5.3
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Wynne <[email protected]>
  • Loading branch information
victorwynne committed Mar 24, 2022
1 parent 586325f commit a3beafb
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GEM
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0)
concurrent-ruby (1.1.9)
concurrent-ruby (1.1.10)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
Expand Down Expand Up @@ -66,7 +66,7 @@ GEM
nokogiri (~> 1.10)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.3.1)
kramdown (2.3.2)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
Expand Down
18 changes: 0 additions & 18 deletions _posts/2022-03-12-v1-5-2.md

This file was deleted.

18 changes: 18 additions & 0 deletions _posts/2022-03-24-v1-5-3.md
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 removed quattle-1.5.2.gem
Binary file not shown.
Binary file added quattle-1.5.3.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.2"
spec.version = "1.5.3"
spec.authors = ["Victor Wynne"]
spec.email = ["[email protected]"]

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

0 comments on commit a3beafb

Please sign in to comment.