rcee_system 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 +11 -0
- data/lib/rcee/system/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: a6e5df3c7ead52181219ed44cd92f109896476f9863f634b00b6f4106c37a993
|
|
4
|
+
data.tar.gz: 3e06562fb1456332af3974f9385a1f5afdacb4aa7dce14c0cae2b9433a6ba9c8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2db530318fb35d560e9e46b8ee544d2bafd26f8e9754975e149d5d2afc01bdf1e1bfeebb26444310da927f5f7657a77aac56e5c770f076fb8aab6af4328b6e1b
|
|
7
|
+
data.tar.gz: 75b8fc1981f0b32b01d9f2e496bd47ac729a5397101780b130103fe6805ac1e0f84866616d935f62313670f5034f856914bf71ca476c3954631ef0490bc6f3c2
|
data/README.md
CHANGED
|
@@ -78,6 +78,17 @@ If you run `ldd` on the generated `system.so` you should see `libyaml` listed, s
|
|
|
78
78
|
libyaml-0.so.2 => /usr/lib/x86_64-linux-gnu/libyaml-0.so.2 (0x00007f345a3dc000)
|
|
79
79
|
```
|
|
80
80
|
|
|
81
|
+
|
|
82
|
+
## Testing
|
|
83
|
+
|
|
84
|
+
See [.github/workflows/system.yml](../.github/workflows/system.yml)
|
|
85
|
+
|
|
86
|
+
Key things to note:
|
|
87
|
+
|
|
88
|
+
- matrix across all supported Rubies and platforms
|
|
89
|
+
- use the github action `MSP-Greg/setup-ruby-pkgs@v1` to install system libraries on each platform
|
|
90
|
+
|
|
91
|
+
|
|
81
92
|
## What Can Go Wrong
|
|
82
93
|
|
|
83
94
|
In addition to what's enumerated in `isolated`'s README ...
|
data/lib/rcee/system/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rcee_system
|
|
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:
|