mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore(kb/ruby): add commands to unpack or build ruby gems
This commit is contained in:
@@ -17,6 +17,7 @@ Intro
|
||||
<summary>Setup</summary>
|
||||
|
||||
```sh
|
||||
apt install 'ruby'
|
||||
brew install 'ruby'
|
||||
|
||||
SSL_CERT_FILE='path/to/ssl.cert'
|
||||
@@ -24,15 +25,18 @@ SSL_CERT_FILE='path/to/ssl.cert'
|
||||
|
||||
</details>
|
||||
|
||||
<!-- Uncomment if used
|
||||
<details>
|
||||
<summary>Usage</summary>
|
||||
|
||||
```sh
|
||||
# Create ruby gems from code.
|
||||
gem build
|
||||
|
||||
# Unpack gems into code.
|
||||
gem unpack 'logstash-filter-custom-0.1.2.gem'
|
||||
```
|
||||
|
||||
</details>
|
||||
-->
|
||||
|
||||
<!-- Uncomment if used
|
||||
<details>
|
||||
|
||||
Reference in New Issue
Block a user