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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +11 -0
  3. data/lib/rcee/system/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ff7148e3553b2213be8a833e3beeae61df65c8f8a11be133b30377d1152d8c17
4
- data.tar.gz: c9247be0c803ca52871abec835d0a13bcdb8ff46bc8fc9656dfcae948bc210a6
3
+ metadata.gz: a6e5df3c7ead52181219ed44cd92f109896476f9863f634b00b6f4106c37a993
4
+ data.tar.gz: 3e06562fb1456332af3974f9385a1f5afdacb4aa7dce14c0cae2b9433a6ba9c8
5
5
  SHA512:
6
- metadata.gz: a5346e5943f665665b4837a0602e55064e21fcb0d21bc47f808e9b5099cb94f1549e9a81ba8434242486b0666287f1f3da73dd94458e7708e37a94e2fb2788a9
7
- data.tar.gz: 119bc1e5b65c1d07296e386ece1e3361f5b25827adb14d43ac693e23f319293191d0b7ce1ed567fdab5215c288af2c50e97dc6c5c5af7651df1f1ed2270d59ab
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 ...
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RCEE
4
4
  module System
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_system
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: