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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 42393b90ddea6af44b1f2b15f2229d8150f89765c78d5525ecc0440fceae9fd6
4
- data.tar.gz: 0dcf55216f2f664b52fe758c53e3913ed216286a70249ac3ee29fe94e537ecc2
3
+ metadata.gz: 91b0376eac74e5236239cdef1e33c9c49542f7f9dbc5ce80fac2876926780dcb
4
+ data.tar.gz: c6c26cb7c137f8cecc4134e78482d64a51fa0f21c49d10845208f59117ae4619
5
5
  SHA512:
6
- metadata.gz: a942c785098df4d6759c448b9339c4f79506db9d8edafa9b3fad2e621fc744982e86b69e5e3b7d958a4305691fb75fa64f475814479a20399c1d3434c10897f9
7
- data.tar.gz: 3a7bbe5ac6df9f8db7efce664951720831783a0a2e67c3196d6546b20f7816e82cbb4e1bff8352c5ce71799020dae0c9a6d73d7fce1321b6360618a3c6038ae9
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.)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RCEE
4
4
  module Isolated
5
- VERSION = "0.2.0"
5
+ VERSION = "0.3.0"
6
6
  end
7
7
  end
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.2.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-09-10 00:00:00.000000000 Z
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: