Skip to content

Commit

Permalink
chore: update aibika post
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldtse committed Aug 29, 2023
1 parent 42c90d5 commit 44c44ab
Showing 1 changed file with 21 additions and 8 deletions.
29 changes: 21 additions & 8 deletions _posts/2023-08-25-introducing-aibika-and-ocra.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,20 @@ date: 2023-08-25 00:00:00 +0800
categories:
- aibika
- packaging
author:
name: Maxim Samsonov
email: [email protected]
use_picture: assets
social_links:
- https://github.com/maxirmx
authors:
-
name: Maxim Samsonov
email: [email protected]
use_picture: assets
social_links:
- https://github.com/maxirmx
-
name: Ronald Tse
email: [email protected]
social_links:
- https://www.linkedin.com/in/rhtse/
- https://github.com/ronaldtse

excerpt: >-
Aibika is a modernized version of the Ocra Ruby executable packager on
Windows.
Expand Down Expand Up @@ -86,13 +94,18 @@ fibers not scattered evenly.

=== General

Let's look at how Aibika can be used to create a single executable for a Ruby
Aibika supports multiple ways of creating a single executable for a Ruby
program on Windows.

In this post we will described the most typical cases, but if your use case is
more complex, please check out the
https://github.com/tamatebako/aibika#readme[README] for other options.


=== Single file

Let's package a simple Ruby application that uses an external gem.
If your Ruby application is a single file that references installed gems, this
is how you package it.

Our sample application will check validity of a PNG file using the
https://github.com/metanorma/pngcheck-ruby/tags[pngcheck] gem.
Expand Down

0 comments on commit 44c44ab

Please sign in to comment.