guardship 0.0.105-x86_64-linux → 0.0.106-x86_64-linux
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 +1 -1
- data/libexec/mothership +0 -0
- 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: 45258c0129d1628e5cbd94971a581663743a98ec037085d49aaf1069339763c0
|
|
4
|
+
data.tar.gz: 41ad981662d6c03972d76d1455d772f5290dbe65c05b1376c328dc915d33f3bd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 727a3c7ff4522ff318e22621b74534a668cab0280eed38bfea893d230500082d438e945863465ede428eb37381a97e4718bfd8a5cc22ebb4c7e3fca3e58651e4
|
|
7
|
+
data.tar.gz: 4ebb28f1f6161bc4773b4d91f0c6552d2128c4078d9e063de6cb379bd73d08c28b186c9258b02ad4ecc41e694f96f8b01e5a883dd1608ca9f1ccb394ec1a1a8a
|
data/README.md
CHANGED
|
@@ -60,7 +60,7 @@ Linux platform gems are built with `cargo zigbuild` through the configured Zig t
|
|
|
60
60
|
- `x86_64-unknown-linux-gnu.2.36`
|
|
61
61
|
- `aarch64-unknown-linux-gnu.2.36`
|
|
62
62
|
|
|
63
|
-
The glibc floor can be changed for a release with `GUARDSHIP_GLIBC_VERSION=2.xx`. Do not use the plain `*-unknown-linux-gnu` Zig targets for the local all-platform release; Rama DNS links resolver symbols such as `res_nquery`
|
|
63
|
+
The glibc floor can be changed for a release with `GUARDSHIP_GLIBC_VERSION=2.xx`. Do not use the plain `*-unknown-linux-gnu` Zig targets for the local all-platform release; Rama DNS links resolver symbols such as `res_nquery` require the glibc-versioned target.
|
|
64
64
|
|
|
65
65
|
Publish after the artifacts are present:
|
|
66
66
|
|
data/libexec/mothership
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: guardship
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.106
|
|
5
5
|
platform: x86_64-linux
|
|
6
6
|
authors:
|
|
7
7
|
- Abdelkader Boudih
|
|
@@ -56,7 +56,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
56
56
|
- !ruby/object:Gem::Version
|
|
57
57
|
version: '0'
|
|
58
58
|
requirements: []
|
|
59
|
-
rubygems_version:
|
|
59
|
+
rubygems_version: 3.6.9
|
|
60
60
|
specification_version: 4
|
|
61
61
|
summary: Mothership gem wrapper
|
|
62
62
|
test_files: []
|