From 9114d7f79dc130f09343e1f63e86addace2da94a Mon Sep 17 00:00:00 2001 From: sylhare Date: Fri, 2 Aug 2024 09:43:55 -0400 Subject: [PATCH] Release v2.4.10 --- .github/workflows/gem-build.yml | 6 +++--- _layouts/default.html | 2 +- assets/Dockerfile | 2 +- type-on-strap.gemspec | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/gem-build.yml b/.github/workflows/gem-build.yml index e31fdfe319..944a0f46db 100644 --- a/.github/workflows/gem-build.yml +++ b/.github/workflows/gem-build.yml @@ -43,12 +43,12 @@ jobs: - name: Install theme gems continue-on-error: true run: | - gem install type-on-strap - gem install jekyll-theme-type-on-strap + gem install type-on-strap --source "https://rubygems.org" + gem install jekyll-theme-type-on-strap --source "https://rubygems.org" - name: GPR continue-on-error: true run: | - gem install type-on-strap --version "2.4.9" --source "https://rubygems.pkg.github.com/sylhare" + gem install type-on-strap --version "2.4.10" --source "https://rubygems.pkg.github.com/sylhare" - name: Build with Docker continue-on-error: true run: | diff --git a/_layouts/default.html b/_layouts/default.html index 72669db0be..cda8754973 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,6 +1,6 @@ diff --git a/assets/Dockerfile b/assets/Dockerfile index f316003b41..d8822c5a4b 100644 --- a/assets/Dockerfile +++ b/assets/Dockerfile @@ -4,7 +4,7 @@ LABEL image="sylhare/type-on-strap" # Create Type-on-strap Gemfile RUN echo "source \"https://rubygems.org\"" >> Gemfile -RUN echo "gem 'type-on-strap', '>= 2.4.9', '< 3.0'" >> Gemfile +RUN echo "gem 'type-on-strap', '>= 2.4.10', '< 3.0'" >> Gemfile RUN echo "Adding the Gemfile" >> cat Gemfile # Install the theme diff --git a/type-on-strap.gemspec b/type-on-strap.gemspec index 68a4726381..a891633662 100644 --- a/type-on-strap.gemspec +++ b/type-on-strap.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "type-on-strap" - spec.version = "2.4.9" + spec.version = "2.4.10" spec.authors = ["Sylhare", "Rohan Chandra"] spec.email = ["sylhare@outlook.com", "hellorohan@outlook.com"]