Skip to content

Commit e4f3439

Browse files
authored
Merge pull request sylhare#481 from sylhare/release-2.4.11
Release v2.4.11
2 parents dad5deb + ee872ed commit e4f3439

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

.github/workflows/gem-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
- name: GPR
4242
run: |
4343
gem cleanup type-on-strap
44-
gem install type-on-strap --version "2.4.10" --source "https://rubygems.pkg.github.com/sylhare"
44+
gem install type-on-strap --version "2.4.11" --source "https://rubygems.pkg.github.com/sylhare"

.github/workflows/publish-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Publish build
33
on:
44
workflow_dispatch:
55
push:
6+
branches:
7+
- master
68
tags:
79
- v*
810

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<!--
3-
Type on Strap jekyll theme v2.4.10
3+
Type on Strap jekyll theme v2.4.11
44
Theme free for personal and commercial use under the MIT license
55
https://github.com/sylhare/Type-on-Strap/blob/master/LICENSE
66
-->

assets/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL image="sylhare/type-on-strap"
44

55
# Create Type-on-strap Gemfile
66
RUN echo "source \"https://rubygems.org\"" >> Gemfile
7-
RUN echo "gem 'type-on-strap', '>= 2.4.10', '< 3.0'" >> Gemfile
7+
RUN echo "gem 'type-on-strap', '>= 2.4.11', '< 3.0'" >> Gemfile
88
RUN echo "Adding the Gemfile"
99
RUN cat Gemfile
1010

type-on-strap.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "type-on-strap"
5-
spec.version = "2.4.10"
5+
spec.version = "2.4.11"
66
spec.authors = ["Sylhare", "Rohan Chandra"]
77
spec.email = ["sylhare@outlook.com", "hellorohan@outlook.com"]
88

0 commit comments

Comments
 (0)