Skip to content

Commit 9114d7f

Browse files
committed
Release v2.4.10
1 parent 84b59b6 commit 9114d7f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/gem-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ jobs:
4343
- name: Install theme gems
4444
continue-on-error: true
4545
run: |
46-
gem install type-on-strap
47-
gem install jekyll-theme-type-on-strap
46+
gem install type-on-strap --source "https://rubygems.org"
47+
gem install jekyll-theme-type-on-strap --source "https://rubygems.org"
4848
- name: GPR
4949
continue-on-error: true
5050
run: |
51-
gem install type-on-strap --version "2.4.9" --source "https://rubygems.pkg.github.com/sylhare"
51+
gem install type-on-strap --version "2.4.10" --source "https://rubygems.pkg.github.com/sylhare"
5252
- name: Build with Docker
5353
continue-on-error: true
5454
run: |

_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.9
3+
Type on Strap jekyll theme v2.4.10
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.9', '< 3.0'" >> Gemfile
7+
RUN echo "gem 'type-on-strap', '>= 2.4.10', '< 3.0'" >> Gemfile
88
RUN echo "Adding the Gemfile" >> cat Gemfile
99

1010
# Install the theme

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.9"
5+
spec.version = "2.4.10"
66
spec.authors = ["Sylhare", "Rohan Chandra"]
77
spec.email = ["sylhare@outlook.com", "hellorohan@outlook.com"]
88

0 commit comments

Comments
 (0)