Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v2.4.11 #481

Merged
merged 2 commits into from
Nov 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/gem-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
- name: GPR
run: |
gem cleanup type-on-strap
gem install type-on-strap --version "2.4.10" --source "https://rubygems.pkg.github.com/sylhare"
gem install type-on-strap --version "2.4.11" --source "https://rubygems.pkg.github.com/sylhare"
2 changes: 2 additions & 0 deletions .github/workflows/publish-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Publish build
on:
workflow_dispatch:
push:
branches:
- master
tags:
- v*

Expand Down
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
Type on Strap jekyll theme v2.4.10
Type on Strap jekyll theme v2.4.11
Theme free for personal and commercial use under the MIT license
https://github.com/sylhare/Type-on-Strap/blob/master/LICENSE
-->
Expand Down
2 changes: 1 addition & 1 deletion assets/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.10', '< 3.0'" >> Gemfile
RUN echo "gem 'type-on-strap', '>= 2.4.11', '< 3.0'" >> Gemfile
RUN echo "Adding the Gemfile"
RUN cat Gemfile

Expand Down
2 changes: 1 addition & 1 deletion type-on-strap.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "type-on-strap"
spec.version = "2.4.10"
spec.version = "2.4.11"
spec.authors = ["Sylhare", "Rohan Chandra"]
spec.email = ["[email protected]", "[email protected]"]

Expand Down
Loading