rcee_isolated 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +10 -0
- data/lib/rcee/isolated/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 91b0376eac74e5236239cdef1e33c9c49542f7f9dbc5ce80fac2876926780dcb
|
|
4
|
+
data.tar.gz: c6c26cb7c137f8cecc4134e78482d64a51fa0f21c49d10845208f59117ae4619
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 28c86efa816edb2720dfc9c90444f7dff30cda2cd12341881ed09163fb379cf036e354b9981f3270f153ca7067b1157957b511cdbefcbf57c1350de41a30b1c8
|
|
7
|
+
data.tar.gz: f14f45b2d8f646a951fcd1b085659966c24e72a8d76b7deb3d98ccda1124382df07c948a7adb5a994f318795224f1084a1e0cc21bcf824f2efebbb44f822f5b6
|
data/README.md
CHANGED
|
@@ -61,6 +61,16 @@ That final shared library, `isolated.so`, is loaded like any other Ruby file, vi
|
|
|
61
61
|
require_relative "isolated/isolated"
|
|
62
62
|
```
|
|
63
63
|
|
|
64
|
+
## Testing
|
|
65
|
+
|
|
66
|
+
See [.github/workflows/isolated.yml](../.github/workflows/isolated.yml)
|
|
67
|
+
|
|
68
|
+
Key things to note:
|
|
69
|
+
|
|
70
|
+
- matrix across all supported versions of Ruby
|
|
71
|
+
- matrix across all supported platforms
|
|
72
|
+
|
|
73
|
+
|
|
64
74
|
## What Can Go Wrong
|
|
65
75
|
|
|
66
76
|
1. Users don't have the compiler toolchain installed (`gcc`, `ld`, `stdio.h`, `libc.so`, etc.)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rcee_isolated
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mike Dalessio
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-11-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Part of a project to explain how Ruby C extensions work.
|
|
14
14
|
email:
|