From 757bddf5a123fe67e9b3cf598f5dcad191ee763c Mon Sep 17 00:00:00 2001 From: Ronald Tse Date: Sun, 28 Jul 2024 00:21:14 +0800 Subject: [PATCH] chore: update blog post --- _posts/2024-07-25-tebako-ruby-3.3.adoc | 47 +++++++++++++++++++------- 1 file changed, 35 insertions(+), 12 deletions(-) diff --git a/_posts/2024-07-25-tebako-ruby-3.3.adoc b/_posts/2024-07-25-tebako-ruby-3.3.adoc index c4d668a..0a6a75b 100644 --- a/_posts/2024-07-25-tebako-ruby-3.3.adoc +++ b/_posts/2024-07-25-tebako-ruby-3.3.adoc @@ -1,6 +1,6 @@ --- layout: post -title: "Tebako announces support of packages based on Ruby 3.3 at v0.7.0" +title: "Tebako announces support of packages based on Ruby 3.3 at v0.8.0" date: 2024-07-25 00:00:00 +0800 categories: - tebako @@ -13,34 +13,57 @@ author: social_links: - https://github.com/maxirmx excerpt: >- - Tebako 0.8.0 now provides an option to create packages based on Ruby 3.3.3 and 3.3.4 on Ubuntu, Alpine, MacOS and Windows. + Tebako 0.8.0 now provides an option to create packages based on Ruby 3.3.3 and + 3.3.4 on Ubuntu, Alpine, macOS and Windows. --- -= Tebako announces Ruby 3.3 support at v0.780 += Tebako announces Ruby 3.3 support at v0.8.0 == General -We are happy to announce full support for Ruby 3.3 in the latest Tebako -release v0.8.0. +We are thrilled to announce that Tebako now fully supports Ruby 3.3 in the +latest release, v0.8.0. -This expansion means that now it is possible to use Ruby 3.3.3 and 3.3.4 as bedrocks for tebako packages, making Tebako even more versatile for +This expansion means that you can now leverage the power of +https://www.ruby-lang.org/en/news/2024/06/12/ruby-3-3-3-released/[Ruby 3.3.3] and +https://www.ruby-lang.org/en/news/2024/07/09/ruby-3-3-4-released/[Ruby 3.3.4] +as the foundation for Tebako packages, making Tebako even more versatile for your development needs. -By supporting WindowsRuby 3.3, we ensure that a broader audience can take advantage of -Tebako’s benefits, such as simplified deployment, enhanced security, and -consistent application performance across different environments. +By embracing Ruby 3.3, we ensure that a wider audience can benefit from Tebako's +features, including simplified deployment, enhanced security, and consistent +application performance across different environments. + == A short recap of Tebako -Tebako is a specialized tool designed to facilitate the deployment of Ruby +Tebako is a specialized tool designed to streamline the deployment of Ruby applications with enhanced security and portability. It packages applications -along with their dependencies into a single, self-contained executable with -no external dependencies. +along with their dependencies into a single, self-contained executable, +eliminating the need for external dependencies. This approach helps mitigate deployment issues related to environment differences and dependency management, making it easier to ensure that your application runs smoothly wherever it is deployed. +Tebako offers several key features: + +- **Simplified Deployment**: Tebako simplifies the deployment process by +packaging your Ruby application and its dependencies into a single executable. +This eliminates the need to install and configure dependencies on the target +system, reducing the chances of compatibility issues. + +- **Enhanced Security**: By bundling your application and its dependencies into +a self-contained executable, Tebako helps protect your code from unauthorized +access and tampering. It ensures that your application runs in a controlled +environment, reducing the risk of security vulnerabilities. + +- **Portability**: Tebako enables you to create executable packages that can run +on different operating systems, including Ubuntu, Alpine, macOS, and Windows. +This allows you to deploy your Ruby application consistently across various +environments, without worrying about platform-specific dependencies. + + == Contact information Contact us if you encounter any problems with Tebako, at our issues page: